superwaba.ext.xplat.game
Class GameEngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--superwaba.ext.xplat.game.GameEngineException

public class GameEngineException
extends java.lang.RuntimeException

GameEngine exception. Note that it extends RuntimeException

See Also:
Serialized Form

Constructor Summary
GameEngineException()
           
GameEngineException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameEngineException

public GameEngineException()

GameEngineException

public GameEngineException(java.lang.String msg)