|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.dse.gui.ExceptionInOperationEvent
The ExceptionInOperationEvent class represents an event that is sent by the operation panel when an exception happens during the operation execution. It supports the ExceptionInOperationListener interface.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ExceptionInOperationEvent(java.lang.Object source)
This constructor creates an ExceptionInOperationEvent object. |
|
ExceptionInOperationEvent(java.lang.Object source,
java.lang.Exception e)
This constructor creates an ExceptionInOperationEvent object. |
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 ExceptionInOperationEvent(java.lang.Object source)
source
- java.lang.Object, the event sourcepublic ExceptionInOperationEvent(java.lang.Object source, java.lang.Exception e)
source
- java.lang.Object, the event sourcee
- Exception, the exception that has happened during the operation execution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |