Uses of Class
org.drools.spi.ConditionException

Packages that use ConditionException
org.drools.semantics.java Java Semantic Module. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Uses of ConditionException in org.drools.semantics.java
 

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

Methods in org.drools.semantics.java that throw ConditionException
 boolean ExprCondition.isAllowed(Tuple tuple)
          Determine if the supplied Tuple is allowed by this condition.
 

Uses of ConditionException in org.drools.spi
 

Methods in org.drools.spi that throw ConditionException
 boolean Condition.isAllowed(Tuple tuple)
          Determine if the supplied Tuple is allowed by this condition.
 



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