com.antelmann.game
Class GameRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.antelmann.game.GameRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CannotPlayGameException
public class GameRuntimeException
- extends RuntimeException
The GameRuntimeException provides access to the GamePlay object
that is associated to the exception, so that Exception handing
code can take advantage of it.
- Author:
- Holger Antelmann
- See Also:
GameException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GameRuntimeException
public GameRuntimeException()
GameRuntimeException
public GameRuntimeException(String text)
GameRuntimeException
public GameRuntimeException(String text,
Throwable cause)
GameRuntimeException
public GameRuntimeException(GamePlay game,
String errorText)
GameRuntimeException
public GameRuntimeException(GamePlay game,
String errorText,
Throwable cause)
getGame
public GamePlay getGame()
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads