de.spieleck.game.util
Class ScheduleException

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

public class ScheduleException
extends GameException

Exception to be thrown while Scheduling

See Also:
Serialized Form

Fields inherited from class de.spieleck.game.GameException
wrapped
 
Constructor Summary
ScheduleException(java.lang.String msg)
           
ScheduleException(java.lang.String msg, java.lang.Throwable t)
           
 
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

ScheduleException

public ScheduleException(java.lang.String msg)

ScheduleException

public ScheduleException(java.lang.String msg,
                         java.lang.Throwable t)


gameframe project