|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
org.barracudamvc.core.event.InterruptDispatchException
public class 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(String s,
BaseEvent inewEvent)
The public contructor for InterruptDispatchException |
|
InterruptDispatchException(String s,
BaseEvent inewEvent,
Exception ibaseException)
The public contructor for InterruptDispatchException |
Method Summary | |
---|---|
BaseEvent |
getNewEvent()
Get the new event that triggered this interrupt |
Methods inherited from class org.barracudamvc.plankton.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(String s, BaseEvent inewEvent)
s
- a String describing the exceptioninewEvent
- the event we want to dispatch insteadpublic InterruptDispatchException(String s, BaseEvent inewEvent, 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 |