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