org.jvnet.lafwidget
Class UiThreadingViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jvnet.lafwidget.UiThreadingViolationException
All Implemented Interfaces:
java.io.Serializable

public class UiThreadingViolationException
extends java.lang.RuntimeException

This exception is thrown when the code detects violations of UI threading rules.

Author:
Kirill Grouchnikov
See Also:
Serialized Form

Constructor Summary
UiThreadingViolationException(java.lang.String message)
          Creates a new instance of this exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.