Package marauroa.server.game
Class ActionInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
marauroa.server.game.ActionInvalidException
- All Implemented Interfaces:
Serializable
This exception is thrown when an action lacks of an important attribute like:
- sourceid
- zoneid
- Author:
- miguel
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionInvalidException
Constructor- Parameters:
attribute
- missing attribute
-