|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enhydra.barracuda.core.util.exceptions.NestableException | +--org.enhydra.barracuda.core.event.EventException | +--org.enhydra.barracuda.core.event.InterruptDispatchException
This class defines a InterruptDispatchException...it is used to interrupt the dispatch, flag all events currently in the queue as handled, and then redispatch the new event
Constructor Summary | |
InterruptDispatchException(BaseEvent inewEvent)
The public contructor for InterruptDispatchException |
|
InterruptDispatchException(java.lang.String s,
BaseEvent inewEvent)
The public contructor for InterruptDispatchException |
|
InterruptDispatchException(java.lang.String s,
BaseEvent inewEvent,
java.lang.Exception ibaseException)
The public contructor for InterruptDispatchException |
Method Summary | |
BaseEvent |
getNewEvent()
Get the new event that triggered this interrupt |
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException |
getBaseException, getRootException |
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 |
Constructor Detail |
public InterruptDispatchException(BaseEvent inewEvent)
inewEvent
- the event we want to dispatch insteadpublic InterruptDispatchException(java.lang.String s, BaseEvent inewEvent)
s
- a String describing the exceptioninewEvent
- the event we want to dispatch insteadpublic InterruptDispatchException(java.lang.String s, BaseEvent inewEvent, java.lang.Exception ibaseException)
s
- a String describing the exceptioninewEvent
- the event we want to dispatch insteadibaseException
- the root exception behind this errorMethod Detail |
public BaseEvent getNewEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |