public class EDTRuleViolation extends RuntimeException
| Constructor and Description |
|---|
EDTRuleViolation(Component component)
Create an exception.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Get the component that triggered the violation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EDTRuleViolation(Component component)
component - the component that triggered the violation.public Component getComponent()
Copyright © 2016. All rights reserved.