The error message does not match your code (your code was changed after the error message was created and before you posted it.
These two lines:
at SpaceShipDebris5.tryToEatAlien(SpaceShipDebris5.java:49)
at SpaceShipDebris5.act(SpaceShipDebris5.java:36)
tell me that line 36 is in the 'act' method of the 'SpaceShipDebris5' class and that line 49 is in the 'tryToEatAlien' method. Neither of these are true in the code provided.

