Package spin.over

Class EDTRuleViolation

All Implemented Interfaces:
Serializable

public class EDTRuleViolation extends RuntimeException
Exception signaling a violation of the EDT rule.
See Also:
  • Constructor Details

    • EDTRuleViolation

      public EDTRuleViolation(Component component)
      Create an exception.
      Parameters:
      component - the component that triggered the violation.
  • Method Details

    • getComponent

      public Component getComponent()
      Get the component that triggered the violation.
      Returns:
      the violated component