public class ErrorEvent
extends java.util.EventObject
ErrorListener,
ErrorSupport,
Serialized Form| Constructor | Description |
|---|---|
ErrorEvent(java.lang.Throwable throwable,
java.lang.Object source) |
Creates a new instance of
ErrorEvent |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getThrowable() |
Gets the Error or Exception which occurred.
|