com.ibm.dse.gui
Class ExceptionInOperationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.gui.ExceptionInOperationEvent

public class ExceptionInOperationEvent
extends java.util.EventObject

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.

See Also:
Serialized Form

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

ExceptionInOperationEvent

public ExceptionInOperationEvent(java.lang.Object source)
This constructor creates an ExceptionInOperationEvent object.
Parameters:
source - java.lang.Object, the event source

ExceptionInOperationEvent

public ExceptionInOperationEvent(java.lang.Object source,
                                 java.lang.Exception e)
This constructor creates an ExceptionInOperationEvent object.
Parameters:
source - java.lang.Object, the event source
e - Exception, the exception that has happened during the operation execution