|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
seda.sandStorm.api.SinkException
seda.sandStorm.api.BadQueueElementException
This exception can be thrown if an inappropriate queue element is pushed onto a SinkIF.
Field Summary | |
QueueElementIF |
event
The event that was received. |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
BadQueueElementException(java.lang.String msg,
QueueElementIF event)
Create a new BadQueueElementException with the given explanatory message and event. |
Method Summary | |
java.lang.String |
toString()
make sure the event is added to debugging output |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public QueueElementIF event
Constructor Detail |
public BadQueueElementException(java.lang.String msg, QueueElementIF event)
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |