Uses of Class
com.aquima.interactions.expressions.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in com.aquima.interactions.expressions
Subclasses of ParseException in com.aquima.interactions.expressionsModifier and TypeClassDescriptionclass
This exception is thrown when the syntactic analysis failed. -
Uses of ParseException in com.aquima.interactions.rule.exception
Constructors in com.aquima.interactions.rule.exception with parameters of type ParseExceptionModifierConstructorDescriptionRuleEngineParseException
(String expression, ParseException error) Constructs the exception with the expression that caused the error. -
Uses of ParseException in com.aquima.interactions.rule.impl
Methods in com.aquima.interactions.rule.impl that throw ParseExceptionModifier and TypeMethodDescriptionExpressionTokenizer.getParseTree
(String expression) This method parses an expression and returns the parse tree.ExpressionTokenizer.getTslParseTree
(String text) This method parses a tsl and returns the parse tree.