Class UiThreadingViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pushingpixels.radiance.common.api.UiThreadingViolationException
- All Implemented Interfaces:
Serializable
This exception is thrown by Radiance when it detects violations of Swing UI threading rules. See
here
and here
for more information on why Radiance enforces the Swing threading rules and throws this
exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUiThreadingViolationException
(String message) Creates a new instance of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UiThreadingViolationException
Creates a new instance of this exception.- Parameters:
message
- Message.
-