public class InvalidRuleException extends RuleConstructionException
| Constructor and Description |
|---|
InvalidRuleException(RuleImpl rule) |
InvalidRuleException(String message,
RuleImpl rule) |
InvalidRuleException(String message,
RuleImpl rule,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
RuleImpl |
getRule()
Retrieve the invalid
Rule. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRuleException(RuleImpl rule)
rule - The invalid Rule.Exception.Exception()public InvalidRuleException(String message, RuleImpl rule)
message - rule - Exception.Exception(String message)public InvalidRuleException(String message, RuleImpl rule, Throwable cause)
message - rule - Exception.Exception(String message, Throwable cause)public RuleImpl getRule()
Rule.Rule.Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.