Class UiThreadingViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pushingpixels.lafwidget.UiThreadingViolationException
All Implemented Interfaces:
Serializable

public class UiThreadingViolationException extends RuntimeException
This exception is thrown when the code detects violations of UI threading rules.
See Also:
  • Constructor Details

    • UiThreadingViolationException

      public UiThreadingViolationException(String message)
      Creates a new instance of this exception.
      Parameters:
      message - Message.