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.annotation.model   
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 IntegrationException
           
 class NoSuchFactHandleException
          Indicates an attempt to retract, modify or retrieve a fact object that is no longer present.
 class NoSuchFactObjectException
          Indicates an attempt to retract, modify or retrieve a fact object that is no longer present.
 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.
 class RuleSetIntegrationException
          Indicates an error integrating a RuleSet into a RuleBase.
 

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 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.
 class RuleConstructionException
          Base exception for errors during Rule construction.
 

Uses of DroolsException in org.drools.semantics.annotation.model
 

Methods in org.drools.semantics.annotation.model that throw DroolsException
 Rule AnnonatedPojoRuleBuilder.buildRule(Rule rule, Object pojo)
           
 ParameterValue AnnonatedPojoRuleBuilder.ParameterValueFactory.create(Rule rule, Class<?> parameterClass, java.lang.annotation.Annotation[] parameterAnnotations)
           
 ParameterValue AnnonatedPojoRuleBuilder.AnnotationParameterValueFactory.create(Rule rule, Class<?> parameterClass, java.lang.annotation.Annotation[] parameterAnnotations)
           
 

Uses of DroolsException in org.drools.semantics.java
 

Subclasses of DroolsException in org.drools.semantics.java
 class CompilationException
           
 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 FactoryException
          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 InvalidObjectTypeException
          Indicates an attempt to add an invalid object type to a semantic module.
 class MissingAttributeException
           
 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.
 class SemanticsReaderException
           
 

Uses of DroolsException in org.drools.spi
 

Subclasses of DroolsException in org.drools.spi
 class ConditionException
          Indicates an error while applying a FilterCondition.
 class ConsequenceException
          Indicates an error during a Consequence invokation.
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.