Uses of Class
org.drools.base.rule.RuleConstructionException
-
Packages that use RuleConstructionException Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of RuleConstructionException in org.drools.base.rule
Subclasses of RuleConstructionException in org.drools.base.rule Modifier and Type Class Description classDuplicateRuleNameExceptionIndicates an attempt to add aRuleto aPackagethat already contains aRulewith the same name.classInvalidPatternExceptionclassInvalidRuleExceptionIndicates an error regarding the semantic validity of a rule.classNoConsequenceExceptionValidity exception indicating that aRuledoes not contain aConsequences.
-