Package org.pushingpixels.substance.api
Class UiThreadingViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pushingpixels.lafwidget.UiThreadingViolationException
-
- org.pushingpixels.substance.api.UiThreadingViolationException
-
- All Implemented Interfaces:
Serializable
public class UiThreadingViolationException extends org.pushingpixels.lafwidget.UiThreadingViolationException
This exception is thrown by Substance when it detects violations of UI threading rules.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UiThreadingViolationException(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 Detail
-
UiThreadingViolationException
public UiThreadingViolationException(String message)
Creates a new instance of this exception.- Parameters:
message
- Message.
-
-