de.spieleck.game
Class GameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.game.GameException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BaseGameException, NumfieldException, ScheduleException

public class GameException
extends java.lang.Exception

SuperException by all Game-System classes.

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable wrapped
           
 
Constructor Summary
GameException(java.lang.String msg)
           
GameException(java.lang.String msg, java.lang.Throwable toWrap)
           
 
Method Summary
 void printStackTrace()
          Partially extend the API to handle the wrapping case cracefully.
 java.lang.String toString()
          Partially extend the API to handle the wrapping case cracefully.
 
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
 

Field Detail

wrapped

protected java.lang.Throwable wrapped
Constructor Detail

GameException

public GameException(java.lang.String msg)

GameException

public GameException(java.lang.String msg,
                     java.lang.Throwable toWrap)
Method Detail

toString

public java.lang.String toString()
Partially extend the API to handle the wrapping case cracefully.
Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Partially extend the API to handle the wrapping case cracefully.
Overrides:
printStackTrace in class java.lang.Throwable


gameframe project