spin.over
Class EDTRuleViolation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by spin.over.EDTRuleViolation
All Implemented Interfaces:
java.io.Serializable

public class EDTRuleViolation
extends java.lang.RuntimeException

Exception signaling a violation of the EDT rule.

See Also:
Serialized Form

Constructor Summary
EDTRuleViolation(java.awt.Component component)
          Create an exception.
 
Method Summary
 java.awt.Component getComponent()
          Get the component that triggered the violation.
 
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

EDTRuleViolation

public EDTRuleViolation(java.awt.Component component)
Create an exception.

Parameters:
component - the component that triggered the violation.
Method Detail

getComponent

public java.awt.Component getComponent()
Get the component that triggered the violation.

Returns:
the violated component


Copyright © 2007. All Rights Reserved.