Package org.fest.swing.exception
Class EdtViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.EdtViolationException
- All Implemented Interfaces:
Serializable
Understands an error thrown when a EDT violation is detected. For more details, please read the Swing's
Threading Policy.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EdtViolationException
Creates a newEdtViolationException
.- Parameters:
message
- the detail message.
-