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
 
            | 
 
 
| 
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 | 
 
wrapped
protected java.lang.Throwable wrapped
GameException
public GameException(java.lang.String msg)
GameException
public GameException(java.lang.String msg,
                     java.lang.Throwable toWrap)
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