Package marauroa.common.game
Class RPObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marauroa.common.game.RPObjectNotFoundException
- All Implemented Interfaces:
Serializable
thrown in case an expected rpobject is not found
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptioncreates a new RPObjectNotFoundException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RPObjectNotFoundException
creates a new RPObjectNotFoundException- Parameters:
id
- id of expected rpobject
-