Package spin.over
Class EDTRuleViolation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- spin.over.EDTRuleViolation
-
- All Implemented Interfaces:
java.io.Serializable
public class EDTRuleViolation extends java.lang.RuntimeException
Exception signaling a violation of the EDT rule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EDTRuleViolation(java.awt.Component component)
Create an exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getComponent()
Get the component that triggered the violation.
-