|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.vaccess.ErrorEvent
The ErrorEvent class represents an error event.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ErrorEvent(java.lang.Object source,
java.lang.Exception exception)
Constructs an ErrorEvent object. |
|
| Method Summary | |
java.lang.Exception |
getException()
Returns the exception which triggered this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ErrorEvent(java.lang.Object source,
java.lang.Exception exception)
source - The object where the event originated.exception - The exception object that further describes the error.| Method Detail |
public java.lang.Exception getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||