IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Class ExceptionInOperationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.gui.ExceptionInOperationEvent
All Implemented Interfaces:
java.io.Serializable

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

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

exception

java.lang.Exception exception
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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005