Uses of Class
org.shiwa.fgi.iwir.condition.ConditionParseException

Packages that use ConditionParseException
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
org.shiwa.fgi.iwir.condition Provides the necessary tools for evaluating a condition according to the IWIR specification. 
 

Uses of ConditionParseException in org.shiwa.fgi.iwir
 

Constructors in org.shiwa.fgi.iwir that throw ConditionParseException
ConditionExpression(java.lang.String condition)
          Instantiates a new condition expression.
 

Uses of ConditionParseException in org.shiwa.fgi.iwir.condition
 

Methods in org.shiwa.fgi.iwir.condition that throw ConditionParseException
static ConditionNode ConditionAST.createAST(java.lang.String condition)
          Creates the AST from the given condition.