java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jpo.gui.swing.EdtViolationException
- All Implemented Interfaces:
Serializable
Error thrown when a Swing EDT violation is detected.
- See Also:
-
Constructor Summary
ConstructorDescriptionEdtViolationException
(String exception) Constructs an EdtViolationException with the supplied Error message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EdtViolationException
Constructs an EdtViolationException with the supplied Error message- Parameters:
exception
- the message to add to the Exception
-