|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DroolsException | |
org.drools | |
org.drools.rule | |
org.drools.semantics.java | |
org.drools.smf | |
org.drools.spi |
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 |
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 . |
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 Condition s. |
class |
NoConsequenceException
Validity exception indicating that a Rule does not
contain a Consequence s. |
class |
NoParameterDeclarationException
Validity exception indicating that a Rule does not
contain any root object parameter Declaration s. |
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 Declaration s. |
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 |
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 |
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. |
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. |
class |
ExtractionException
Indicates an error while extracting a fact from a root fact object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |