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