Package za.co.wethinkcode.robots.errors
Class MissingWorldObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.errors.MissingWorldObjectException
- All Implemented Interfaces:
Serializable
This message is thrown when a
WorldObject to be found but for whatever reason, is not.
Commonly thrown in WorldMap
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingWorldObjectException(String message) This message is thrown when aWorldObjectto be found but for whatever reason, is not. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingWorldObjectException
This message is thrown when aWorldObjectto be found but for whatever reason, is not.Commonly thrown in
WorldMap
-