Uses of Class
org.apache.commons.jexl3.parser.TokenMgrException
Packages that use TokenMgrException
Package
Description
Provides a framework for evaluating JEXL expressions.
Contains the Parser for JEXL script.
-
Uses of TokenMgrException in org.apache.commons.jexl3
Constructors in org.apache.commons.jexl3 with parameters of type TokenMgrExceptionModifierConstructorDescriptionTokenization
(JexlInfo info, TokenMgrException cause) Creates a new Tokenization exception instance. -
Uses of TokenMgrException in org.apache.commons.jexl3.parser
Constructors in org.apache.commons.jexl3.parser that throw TokenMgrException