|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--de.jaetzold.util.ExceptionEvent
Field Summary | |
protected Exception |
exception
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ExceptionEvent(Object source,
Exception exception)
|
Method Summary | |
Exception |
getException()
|
Event |
process()
|
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 |
Methods inherited from interface de.jaetzold.util.Event |
getSource |
Field Detail |
protected Exception exception
Constructor Detail |
public ExceptionEvent(Object source, Exception exception)
Method Detail |
public Exception getException()
public Event process() throws Exception
process
in interface Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |