de.spieleck.game.base
Class BaseGameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.game.GameException
                    |
                    +--de.spieleck.game.base.BaseGameException
All Implemented Interfaces:
java.io.Serializable

public class BaseGameException
extends GameException

Exception thrown internally by game.base Classes.

See Also:
Serialized Form

Fields inherited from class de.spieleck.game.GameException
wrapped
 
Constructor Summary
BaseGameException(java.lang.String msg)
           
BaseGameException(java.lang.String msg, java.lang.Throwable toWrap)
           
 
Methods inherited from class de.spieleck.game.GameException
printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseGameException

public BaseGameException(java.lang.String msg)

BaseGameException

public BaseGameException(java.lang.String msg,
                         java.lang.Throwable toWrap)


gameframe project