|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--mdw.sandStorm.api.SinkException | +--mdw.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. |
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
|
Field Detail |
public QueueElementIF event
Constructor Detail |
public BadQueueElementException(java.lang.String msg, QueueElementIF event)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |