Library:Drools
Version:2.5
Compatibility:JDK 1.4
Exceptions in library Drools.
NamePackageDescription
AssertionExceptionorg.droolsIndicates an error while asserting a new root fact object into a WorkingMemory.
CompilationExceptionorg.drools.semantics.javaNo description provided.
ConditionExceptionorg.drools.spiIndicates an error while applying a FilterCondition.
ConsequenceExceptionorg.drools.spiIndicates an error during a Consequence invokation.
DecisionTableParseExceptionorg.drools.decisiontable.parserNo description provided.
DroolsExceptionorg.droolsBase drools Logic Engine exception.
DroolsRuntimeExceptionorg.droolsA wrapper exception used to soften DroolsException to a RuntimeException.
DuplicateRuleNameExceptionorg.drools.ruleIndicates an attempt to add a Rule to a RuleSet that already contains a Rule with the same name.
FactExceptionorg.droolsBase exception indicating an error in manipulating facts.
FactoryExceptionorg.drools.smfIndicates an error while configuring a configurable semantic component.
IntegrationExceptionorg.droolsNo description provided.
InvalidConditionExceptionorg.drools.smfIndicates an attempt to add an invalid condition to a semantic module.
InvalidConsequenceExceptionorg.drools.smfIndicates an attempt to add an invalid consequence to a semantic module.
InvalidObjectTypeExceptionorg.drools.smfIndicates an attempt to add an invalid object type to a semantic module.
InvalidRuleExceptionorg.drools.ruleIndicates an error regarding the semantic validity of a rule.
JavaSemanticCompileErrororg.drools.semantics.javaThis exception gets thrown when there is an actual error compiling a java semantic components.
MissingAttributeExceptionorg.drools.smfNo description provided.
MissingDeclarationExceptionorg.drools.semantics.javaIndicates an attempt to use an expression which references non-existant Declarations.
NoConsequenceExceptionorg.drools.ruleValidity exception indicating that a Rule does not contain a Consequences.
NonBooleanExprExceptionorg.drools.semantics.javaIndicates an attempt to use a non-boolean expression in a condition.
NonBooleanExprExceptionorg.drools.semantics.groovyIndicates an attempt to use a non-boolean expression in a condition.
NoParameterDeclarationExceptionorg.drools.ruleValidity exception indicating that a Rule does not contain any root object parameter Declarations.
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.
NoSuchSemanticModuleExceptionorg.drools.smfIndicates an attempt to lookup a non-existant SemanticModule.
ReteExceptionorg.drools.reteooBase exception for Rete-OO errors.
RetractionExceptionorg.droolsIndicates an error while retracting a root fact object from a WorkingMemory.
RuleBuilder.InvalidParameterExceptionorg.drools.spring.factoryNo description provided.
RuleBuilder.InvalidPojoConditionExceptionorg.drools.spring.factoryNo description provided.
RuleBuilder.InvalidReturnTypeExceptionorg.drools.spring.factoryNo description provided.
RuleConstructionExceptionorg.drools.ruleBase exception for errors during Rule construction.
RuleIntegrationExceptionorg.droolsIndicates an error integrating a Rule or RuleSet into a RuleBase.
RuleSetIntegrationExceptionorg.droolsIndicates an error integrating a RuleSet into a RuleBase.
SemanticComponentExceptionorg.drools.smfIndicates an attempt to add an invalid semantic component to a semantic module.
SemanticModuleExceptionorg.drools.smfBase for all semantic module exceptions.
SemanticsReaderExceptionorg.drools.smfNo description provided.
Search