|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jscience.computing.game.GameException
public class GameException
thrown when game related exceptions are raised that should be caught
GameRuntimeException
,
Serialized FormConstructor Summary | |
---|---|
GameException()
Creates a new GameException object. |
|
GameException(GamePlay game,
java.lang.String text)
Creates a new GameException object. |
|
GameException(java.lang.String text)
Creates a new GameException object. |
Method Summary | |
---|---|
GamePlay |
getGame()
DOCUMENT ME! |
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 |
Constructor Detail |
---|
public GameException()
public GameException(java.lang.String text)
text
- DOCUMENT ME!public GameException(GamePlay game, java.lang.String text)
game
- DOCUMENT ME!text
- DOCUMENT ME!Method Detail |
---|
public GamePlay getGame()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |