Uses of Class
org.apache.commons.jexl3.JexlException.Parsing
-
Packages that use JexlException.Parsing Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions. -
-
Uses of JexlException.Parsing in org.apache.commons.jexl3
Subclasses of JexlException.Parsing in org.apache.commons.jexl3 Modifier and Type Class Description static classJexlException.AmbiguousThrown when parsing fails due to an ambiguous statement.static classJexlException.AssignmentThrown when parsing fails due to an invalid assignment.static classJexlException.FeatureThrown when parsing fails due to a disallowed feature.
-