|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jdesktop.swingx.error.ErrorEvent
public class ErrorEvent
Defines an event which encapsulates an error which occurred in a JX Swing component which supports ErrorListeners.
ErrorListener
,
ErrorSupport
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ErrorEvent(java.lang.Throwable throwable,
java.lang.Object source)
Creates a new instance of ErrorEvent |
Method Summary | |
---|---|
java.lang.Throwable |
getThrowable()
Gets the Error or Exception which occurred. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorEvent(java.lang.Throwable throwable, java.lang.Object source)
ErrorEvent
throwable
- The Error or Exception which occurred.source
- The object which threw the Error or ExceptionMethod Detail |
---|
public java.lang.Throwable getThrowable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |