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
@Deprecated public class GameEngineException extends java.lang.RuntimeExceptionDeprecated.GameEngine exception. Note that it extends RuntimeException, and, thus, is unchecked.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GameEngineException()Deprecated.Constructs an empty Exception.GameEngineException(java.lang.String msg)Deprecated.Constructs an exception with the given message.
-