All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.vaccess.ErrorEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.as400.vaccess.ErrorEvent
- public class ErrorEvent
- extends EventObject
The ErrorEvent class represents an error event.
-
ErrorEvent(Object, Exception)
- Constructs an ErrorEvent object.
-
getException()
- Returns the exception which triggered this event.
ErrorEvent
public ErrorEvent(Object source,
Exception exception)
- Constructs an ErrorEvent object.
- Parameters:
- source - The object where the event originated.
- exception - The exception object that further describes the error.
getException
public Exception getException()
- Returns the exception which triggered this event.
- Returns:
- The exception which triggered this event.
All Packages Class Hierarchy This Package Previous Next Index