|
|||||||||||
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.UnhandledEventException
This class defines a UnhandledEventException...it gets thrown when there there are event handlers but none of them actually handle it
Constructor Summary | |
UnhandledEventException(java.lang.String s,
EventContext icontext)
The public contructor for UnhandledEventException |
Method Summary | |
EventContext |
getEventContext()
Get the dispatch queue associated with this exception |
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 UnhandledEventException(java.lang.String s, EventContext icontext)
s
- a String describing the exceptionMethod Detail |
public EventContext getEventContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |