Uses of Class
org.drools.AssertionException

Packages that use AssertionException
org.drools The main run-time API. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
org.drools.semantics.java Java Semantic Module. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Uses of AssertionException in org.drools
 

Methods in org.drools that throw AssertionException
 void TransactionalWorkingMemory.assertObject(java.lang.Object object)
          Assert a new fact object into this working memory.
 void WorkingMemory.assertObject(java.lang.Object object)
          Assert a new fact object into this working memory.
 

Uses of AssertionException in org.drools.reteoo
 

Methods in org.drools.reteoo that throw AssertionException
 void Rete.assertObject(java.lang.Object object, WorkingMemory workingMemory)
          Assert a new fact object into this RuleBase and the specified WorkingMemory.
 

Uses of AssertionException in org.drools.reteoo.impl
 

Methods in org.drools.reteoo.impl that throw AssertionException
 void TerminalNodeImpl.assertTuple(ReteTuple tuple, WorkingMemory workingMemory)
          Assert a new Tuple.
 void ExtractionNodeImpl.assertTuple(ReteTuple tuple, WorkingMemory workingMemory)
          Assert a new Tuple.
 void ConditionNodeImpl.assertTuple(ReteTuple tuple, WorkingMemory workingMemory)
          Assert a new Tuple.
 void TupleSinkImpl.assertTuple(ReteTuple tuple, WorkingMemory workingMemory)
          Assert a new Tuple.
protected  void TupleSourceImpl.propagateAssertTuple(ReteTuple tuple, WorkingMemory workingMemory)
          Propagate the assertion of a Tuple to this node's TupleSink.
 void ReteImpl.assertObject(java.lang.Object object, WorkingMemory workingMemory)
          Assert a new fact object into this RuleBase and the specified WorkingMemory.
 

Uses of AssertionException in org.drools.semantics.java
 

Subclasses of AssertionException in org.drools.semantics.java
 class NonBooleanExprException
          Indicates an attempt to use a non-boolean expression in a condition.
 

Uses of AssertionException in org.drools.spi
 

Subclasses of AssertionException 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.