Package org.jdesktop.swingx.error
Class ErrorEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jdesktop.swingx.error.ErrorEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ErrorEvent extends java.util.EventObject
Defines an event which encapsulates an error which occurred in a JX Swing component which supports ErrorListeners.- Author:
- Joshua Marinacci joshua.marinacci@sun.com
- See Also:
ErrorListener
,ErrorSupport
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorEvent(java.lang.Throwable throwable, java.lang.Object source)
Creates a new instance ofErrorEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getThrowable()
Gets the Error or Exception which occurred.
-