seda.sandStorm.api
Class UnknownEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by seda.sandStorm.api.EventHandlerException
              extended by seda.sandStorm.api.UnknownEventException
All Implemented Interfaces:
java.io.Serializable

public class UnknownEventException
extends EventHandlerException

This exception can be thrown if an unknown event type was received by a stage.

See Also:
Serialized Form

Field Summary
 QueueElementIF event
          The event that was received.
 
Constructor Summary
UnknownEventException(java.lang.String msg, QueueElementIF event)
          Create a new UnknownEventException with the given explanatory message and event.
 
Method Summary
 
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
 

Field Detail

event

public QueueElementIF event
The event that was received.

Constructor Detail

UnknownEventException

public UnknownEventException(java.lang.String msg,
                             QueueElementIF event)
Create a new UnknownEventException with the given explanatory message and event.