Class UiThreadingViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pushingpixels.radiance.common.api.UiThreadingViolationException
-
public class UiThreadingViolationException extends java.lang.RuntimeExceptionThis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UiThreadingViolationException(java.lang.String message)Creates a new instance of this exception.
-