Class ErrorEvent
java.lang.Object
java.util.EventObject
org.jdesktop.swingx.error.ErrorEvent
- All Implemented Interfaces:
Serializable
Defines an event which encapsulates an error which occurred in a JX Swing component
which supports ErrorListeners.
- See Also:
-
Field Summary
FieldsFields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionErrorEvent(Throwable throwable, Object source) Creates a new instance ofErrorEvent -
Method Summary
Modifier and TypeMethodDescriptionGets the Error or Exception which occurred.Methods inherited from class EventObject
getSource, toString
-
Field Details
-
throwable
-
-
Constructor Details
-
ErrorEvent
-
-
Method Details
-
getThrowable
Gets the Error or Exception which occurred.- Returns:
- The Error or Exception which occurred.
-