com.antelmann.game
Class GameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.antelmann.game.GameException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PuzzleNotSolvableException
public class GameException
- extends Exception
thrown when game related exceptions are raised that
should be caught
- Author:
- Holger Antelmann
- See Also:
GameRuntimeException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GameException
public GameException()
GameException
public GameException(String text)
GameException
public GameException(GamePlay game,
String text)
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