|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.deltax.util.listener.Signal
com.deltax.util.listener.ExceptionSignal
A signal carrying an exception.
| Field Summary | |
protected java.lang.Exception |
e
|
| Constructor Summary | |
ExceptionSignal(java.lang.Exception exception,
java.lang.Object source)
Create a signal carrying the given exception from the given source |
|
| Method Summary | |
java.lang.Exception |
getException()
Return the carried exception. |
| Methods inherited from class com.deltax.util.listener.Signal |
getSource, sourceSupportsExceptionSignals |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.Exception e
| Constructor Detail |
public ExceptionSignal(java.lang.Exception exception,
java.lang.Object source)
exception - | Method Detail |
public java.lang.Exception getException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||