All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.dnd.DropErrorEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.dnd.DropErrorEvent

public class DropErrorEvent
extends EventObject
This is the event class to support the com.ibm.dnd.DropErrorListener interface. It contains information about the exception that originated the error event


Constructor Index

 o DropErrorEvent(Object, Exception)
DropErrorEvent constructor.

Method Index

 o getException()
Returns the exception that originated the error

Constructors

 o DropErrorEvent
 public DropErrorEvent(Object source,
                       Exception exception)
DropErrorEvent constructor.

Parameters:
source - java.lang.Object
exception - - The exception originated the error event

Methods

 o getException
 public Exception getException()
Returns the exception that originated the error

Returns:
Exception originated the error

All Packages  Class Hierarchy  This Package  Previous  Next  Index