org.drools.rule
Class InvalidRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.rule.RuleConstructionException
org.drools.rule.InvalidRuleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoConsequenceException, NoParameterDeclarationException
- public class InvalidRuleException
- extends RuleConstructionException
Indicates an error regarding the semantic validity of a rule.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Method Summary |
Rule |
getRule()
Retrieve the invalid Rule . |
InvalidRuleException
public InvalidRuleException(Rule rule)
- Construct.
- Parameters:
rule
- The invalid Rule
.
getRule
public Rule getRule()
- Retrieve the invalid
Rule
.
- Returns:
- The invalid
Rule
.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.