Package com.JayPi4c.RobbiSimulator.model
Class HollowAheadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.JayPi4c.RobbiSimulator.model.RobbiException
com.JayPi4c.RobbiSimulator.model.HollowAheadException
- All Implemented Interfaces:
Serializable
Exception to be thrown if robbi tries to move into a hollow-
- Author:
- Jonas Pohl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for a new HollowAheadException with a localized message. -
Method Summary
Methods inherited from class com.JayPi4c.RobbiSimulator.model.RobbiException
getLocalizedMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HollowAheadException
public HollowAheadException()Constructor for a new HollowAheadException with a localized message.
-