Class UiThreadingViolationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UiThreadingViolationException
    extends java.lang.RuntimeException
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UiThreadingViolationException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UiThreadingViolationException

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