org.drools.rule
Class NoParameterDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.rule.RuleConstructionException
org.drools.rule.InvalidRuleException
org.drools.rule.NoParameterDeclarationException
- All Implemented Interfaces:
- Serializable
public class NoParameterDeclarationException
- extends InvalidRuleException
Validity exception indicating that a Rule
does not contain any
root object parameter Declaration
s.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
NoParameterDeclarationException
public NoParameterDeclarationException(Rule rule)
- Construct.
- Parameters:
rule
- The invalid Rule
.
Copyright © 2001-2005 The Codehaus. All Rights Reserved.