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.


Constructor Index

 o ErrorEvent(Object, Exception)
Constructs an ErrorEvent object.

Method Index

 o getException()
Returns the exception which triggered this event.

Constructors

 o 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.

Methods

 o 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