org.drools.rule
Class NoConsequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.rule.RuleConstructionException
org.drools.rule.InvalidRuleException
org.drools.rule.NoConsequenceException
- All Implemented Interfaces:
- Serializable
- public class NoConsequenceException
- extends InvalidRuleException
Validity exception indicating that a Rule
does not contain a
Consequence
s.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
NoConsequenceException
public NoConsequenceException(Rule rule)
- Construct.
- Parameters:
rule
- The invalid Rule
.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.