public class ErrorEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ErrorEvent(java.lang.Object source,
java.lang.Exception exception)
Deprecated.
Constructs an ErrorEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Deprecated.
Returns the exception which triggered this event.
|