org.jvnet.substance.api
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
                  extended by org.jvnet.substance.api.UiThreadingViolationException
All Implemented Interfaces:
java.io.Serializable

public class UiThreadingViolationException
extends org.jvnet.lafwidget.UiThreadingViolationException

This exception is thrown by Substance when it 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.