Package org.drools.base.rule
Class InvalidRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.base.rule.RuleConstructionException
org.drools.base.rule.InvalidRuleException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoConsequenceException
Indicates an error regarding the semantic validity of a rule.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRuleException(String message, RuleImpl rule) InvalidRuleException(String message, RuleImpl rule, Throwable cause) InvalidRuleException(RuleImpl rule) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRuleException
- Parameters:
rule- The invalidRule.- See Also:
-
InvalidRuleException
- Parameters:
message-rule-- See Also:
-
InvalidRuleException
- Parameters:
message-rule-- See Also:
-
-
Method Details
-
getRule
Retrieve the invalidRule.- Returns:
- The invalid
Rule.
-