|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidRuleException | |
---|---|
org.drools.rule | Rule assembly components. |
org.drools.semantics.annotation.model |
Uses of InvalidRuleException in org.drools.rule |
---|
Subclasses of InvalidRuleException in org.drools.rule | |
---|---|
class |
NoConsequenceException
Validity exception indicating that a Rule does not contain a
Consequence s. |
class |
NoParameterDeclarationException
Validity exception indicating that a Rule does not contain any
root object parameter Declaration s. |
Methods in org.drools.rule that throw InvalidRuleException | |
---|---|
Declaration |
Rule.addParameterDeclaration(String identifier,
ObjectType objectType)
Add a root fact object parameter Declaration for
this Rule . |
void |
RuleSet.addRule(Rule rule)
Add a Rule to this RuleSet . |
void |
Rule.checkValidity()
Check the validity of this rule, and throw exceptions if it fails validity tests. |
Uses of InvalidRuleException in org.drools.semantics.annotation.model |
---|
Methods in org.drools.semantics.annotation.model that throw InvalidRuleException | |
---|---|
protected abstract ParameterValue |
AnnonatedPojoRuleBuilder.AnnotationParameterValueFactory.doCreate(Rule rule,
Class<?> parameterClass,
java.lang.annotation.Annotation annotation)
|
ParameterValue |
AnnonatedPojoRuleBuilder.DroolsTupleParameterValueFactory.doCreate(Rule rule,
Class<?> parameterClass,
java.lang.annotation.Annotation annotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |