spin.over

Class EDTRuleViolation


public class EDTRuleViolation
extends RuntimeException

Exception signaling a violation of the EDT rule.

Constructor Summary

EDTRuleViolation(Component component)
Create an exception.

Method Summary

Component
getComponent()
Get the component that triggered the violation.

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