Library:Drools
Version:3.0
Compatibility:JDK 1.4
Exceptions in library Drools.
NamePackageDescription
AnalyzerExceptionorg.drools.asm.tree.analysisThrown if a problem occurs during the analysis of a method.
CheckedDroolsExceptionorg.droolsBase RuntimeExceptiondrools Logic Engine exception.
ConsequenceExceptionorg.drools.spiIndicates an error during a Consequence invocation.
DecisionTableParseExceptionorg.drools.decisiontable.parserNo description provided.
DroolsParserExceptionorg.drools.compilerNo description provided.
DuplicateRuleNameExceptionorg.drools.ruleIndicates an attempt to add a Rule to a Package that already contains a Rule with the same name.
ExpanderExceptionorg.drools.langNo description provided.
FactExceptionorg.droolsBase exception indicating an error in manipulating facts.
GeneralParseExceptionorg.drools.langNo description provided.
IntegrationExceptionorg.droolsNo description provided.
InvalidPatternExceptionorg.drools.ruleNo description provided.
InvalidRuleExceptionorg.drools.ruleIndicates an error regarding the semantic validity of a rule.
InvalidRulePackageorg.drools.ruleThis exception is thrown when an invalid package (ie one that has errors) it attempted to be added to a RuleBase.
NoConsequenceExceptionorg.drools.ruleValidity exception indicating that a Rule does not contain a Consequences.
NoSuchFactHandleExceptionorg.droolsIndicates an attempt to retract, modify or retrieve a fact object that is no longer present.
NoSuchFactObjectExceptionorg.droolsIndicates an attempt to retract, modify or retrieve a fact object that is no longer present.
PackageBuilder.MissingPackageNameExceptionorg.drools.compilerNo description provided.
PackageIntegrationExceptionorg.droolsIndicates an error integrating a Package into a RuleBase.
ParseExceptionorg.drools.langNo description provided.
RuleConstructionExceptionorg.drools.ruleBase exception for errors during Rule construction.
RuleIntegrationExceptionorg.droolsIndicates an error integrating a Rule or Package into a RuleBase.
RuntimeDroolsExceptionorg.droolsThe base Drools exception for all internal thrown exceptions.
Search