|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject de.desy.acop.displayers.selector.ExceptionEvent
public class ExceptionEvent
Exception event
should be triggered when an exception occurs
in the selector. Exception should be caught and the event should then be
distributed to the listeners who will handle the exception.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ExceptionEvent(java.lang.Object source,
java.lang.Throwable e)
Constructs a new ExceptionEvent. |
Method Summary | |
---|---|
java.lang.Throwable |
getThrowable()
Returns the exception. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionEvent(java.lang.Object source, java.lang.Throwable e)
source
- the source of the evente
- the exception that triggered the eventMethod Detail |
---|
public java.lang.Throwable getThrowable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |