org.starhope.appius.except
Class GameLogicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.GameLogicException
- All Implemented Interfaces:
- Serializable
public class GameLogicException
- extends Exception
An exception which can be thrown in the database code, that reflects
something that's less of a data-consistency error, and more of a game
logic issue.
- Author:
- brpocock
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- WRITEME
- See Also:
- Constant Field Values
GameLogicException
public GameLogicException(String string,
Object obj,
Object other)
- Parameters:
string
- WRITEMEobj
- WRITEMEother
- WRITEME