Package marauroa.common.game
Class RPObjectInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marauroa.common.game.RPObjectInvalidException
- All Implemented Interfaces:
Serializable
invalid rpobject (required attribute is missing).
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionRPObjectInvalidException(String attribute)
creates a new RPObjectInvalidExceptionRPObjectInvalidException(Throwable cause)
creates a new RPObjectInvalidException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RPObjectInvalidException
creates a new RPObjectInvalidException- Parameters:
attribute
- name of missing attribute
-
RPObjectInvalidException
creates a new RPObjectInvalidException- Parameters:
cause
- the root exception
-