jasi.sim.basic.event
Class EventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by jasi.sim.basic.event.EventException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EventAlreadyInitializedException, EventAlreadyPoppedException, EventAlreadyPushedException, EventNotCreatedException, EventNotPoppedException, EventNotPushedException, EventToEarlyException

public abstract class EventException
extends java.lang.IllegalStateException

Exception whenever something went wrong with a simulation event.

See Also:
Serialized Form

Method Summary
 Event getEvent()
          Get the event, which caused the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getEvent

public Event getEvent()
Get the event, which caused the exception.

Returns:
The event.