|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException spin.over.EDTRuleViolation
public class EDTRuleViolation
Exception signaling a violation of the EDT rule.
Constructor Summary | |
---|---|
EDTRuleViolation(java.awt.Component component)
Create an exception. |
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Get the component that triggered the violation. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EDTRuleViolation(java.awt.Component component)
component
- the component that triggered the violation.Method Detail |
---|
public java.awt.Component getComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |