Package org.drools.base.rule
Class NoConsequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.base.rule.RuleConstructionException
org.drools.base.rule.InvalidRuleException
org.drools.base.rule.NoConsequenceException
- All Implemented Interfaces:
Serializable
Validity exception indicating that a
Rule does not contain a
Consequences.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.base.rule.InvalidRuleException
getRuleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoConsequenceException
Construct.- Parameters:
rule- The invalidRule.
-