com.ibm.as400.vaccess
Class ErrorEvent
java.lang.Object
java.util.EventObject
com.ibm.as400.vaccess.ErrorEvent
- All Implemented Interfaces:
- Serializable
Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access
public class ErrorEvent
- extends EventObject
The ErrorEvent class represents an error event.
- See Also:
- Serialized Form
ErrorEvent
public ErrorEvent(Object source,
Exception exception)
- Deprecated.
- 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()
- Deprecated.
- Returns the exception which triggered this event.
- Returns:
- The exception which triggered this event.