|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.
Field Summary | |
---|---|
(package private) java.lang.Exception |
exception
|
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 |
Field Detail |
java.lang.Exception exception
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
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |