seda.sandStorm.api
Class UnknownEventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byseda.sandStorm.api.EventHandlerException
              extended byseda.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.
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UnknownEventException(java.lang.String msg, QueueElementIF event)
          Create a new UnknownEventException with the given explanatory message and event.
 
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.