Uses of Class
org.drools.rule.InvalidRuleException

Packages that use InvalidRuleException
org.drools.rule   
 

Uses of InvalidRuleException in org.drools.rule
 

Subclasses of InvalidRuleException in org.drools.rule
 class NoConditionException
          Validity exception indicating that a Rule does not contain any Conditions.
 class NoConsequenceException
          Validity exception indicating that a Rule does not contain a Consequences.
 class NoParameterDeclarationException
          Validity exception indicating that a Rule does not contain any root object parameter Declarations.
 

Methods in org.drools.rule that throw InvalidRuleException
 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.