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
-
DropErrorEvent(Object, Exception)
- DropErrorEvent constructor.
-
getException()
- Returns the exception that originated the error
DropErrorEvent
public DropErrorEvent(Object source,
Exception exception)
- DropErrorEvent constructor.
- Parameters:
- source - java.lang.Object
- exception - - The exception originated the error event
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