public class IncompatibleRulesException extends ITIMException
| Constructor and Description |
|---|
IncompatibleRulesException(Rule rule1,
Rule rule2)
Exception that indicates that rule1 and rule2 are incompatible.
|
IncompatibleRulesException(Rule rule1,
Rule rule2,
java.lang.String reason)
Exception that indicates that rule1 and rule2 are incompatible.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason()
Gets the reason for incompatibility
|
Rule |
getRule1()
Gets the first incompatible rule
|
Rule |
getRule2()
Gets the Gets the second incompatible rule
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic IncompatibleRulesException(Rule rule1, Rule rule2, java.lang.String reason)
rule1 - The first rule.rule2 - The second rule.reason - The reason the two rules are incompatible.public Rule getRule1()
public Rule getRule2()
public java.lang.String getReason()