Uses of Class
org.drools.DroolsException

Packages that use DroolsException
org.drools The main run-time API. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.smf Semantics Management Framework. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Uses of DroolsException in org.drools
 

Subclasses of DroolsException in org.drools
 class AssertionException
          Indicates an error while asserting a new root fact object into a WorkingMemory.
 class FactException
          Base exception indicating an error in manipulating facts.
 class NoSuchRuleBaseException
          Indicates an attempt to retrieve an unknowwn rule base.
 class RetractionException
          Indicates an error while retracting a root fact object from a WorkingMemory.
 class RuleIntegrationException
          Indicates an error integrating a Rule or RuleSet into a RuleBase.
 

Methods in org.drools that throw DroolsException
 void TransactionalWorkingMemory.commit()
          Commit all asserted objects into the logic engine, and reset this TransactionalWorkingMemory to a clean state.
 

Uses of DroolsException in org.drools.reteoo
 

Subclasses of DroolsException in org.drools.reteoo
 class ReteException
          Base exception for Rete-OO errors.
 

Uses of DroolsException in org.drools.rule
 

Subclasses of DroolsException in org.drools.rule
 class DuplicateRuleNameException
          Indicates an attempt to add a Rule to a RuleSet that already contains a Rule with the same name.
 class InvalidRuleException
          Indicates an error regarding the semantic validity of a rule.
 class NoConditionException
          Validity exception indicating that a Rule does not contain any Conditions.
 class NoParameterDeclarationException
          Validity exception indicating that a Rule does not contain any root object parameter Declarations.
 class RuleConstructionException
          Base exception for errors during Rule construction.
 

Uses of DroolsException in org.drools.semantics.java
 

Subclasses of DroolsException in org.drools.semantics.java
 class MissingDeclarationException
          Indicates an attempt to use an expression which references non-existant Declarations.
 class NonBooleanExprException
          Indicates an attempt to use a non-boolean expression in a condition.
 

Uses of DroolsException in org.drools.smf
 

Subclasses of DroolsException in org.drools.smf
 class ConfigurationException
          Indicates an error while configuring a configurable semantic component.
 class InvalidConditionException
          Indicates an attempt to add an invalid condition to a semantic module.
 class InvalidConsequenceException
          Indicates an attempt to add an invalid consequence to a semantic module.
 class InvalidExtractorException
          Indicates an attempt to add an invalid fact extractor to a semantic module.
 class InvalidObjectTypeException
          Indicates an attempt to add an invalid object type to a semantic module.
 class NoSuchSemanticModuleException
          Indicates an attempt to lookup a non-existant SemanticModule.
 class SemanticComponentException
          Indicates an attempt to add an invalid semantic component to a semantic module.
 class SemanticModuleException
          Base for all semantic module exceptions.
 

Uses of DroolsException in org.drools.spi
 

Subclasses of DroolsException in org.drools.spi
 class ActionInvokationException
          Indicates an error during an Action invokation.
 class ConditionException
          Indicates an error while applying a FilterCondition.
 class ConsequenceException
          Indicates an error during a Consequence invokation.
 class ExtractionException
          Indicates an error while extracting a fact from a root fact object.
 



Copyright © 2001-2003 The Werken Company. All Rights Reserved.