Package totalcross.game
Class GameEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- totalcross.game.GameEngineException
-
- All Implemented Interfaces:
java.io.Serializable
public class GameEngineException extends java.lang.RuntimeExceptionGameEngine exception. Note that it extends RuntimeException, and, thus, is unchecked.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GameEngineException()Constructs an empty Exception.GameEngineException(java.lang.String msg)Constructs an exception with the given message.
-