org.starhope.appius.except
Class GameLogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
          WRITEME
 
Constructor Summary
GameLogicException(String string, Object obj, Object other)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
WRITEME

See Also:
Constant Field Values
Constructor Detail

GameLogicException

public GameLogicException(String string,
                          Object obj,
                          Object other)
Parameters:
string - WRITEME
obj - WRITEME
other - WRITEME