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 class
JexlException.Ambiguous
Thrown when parsing fails due to an ambiguous statement.static class
JexlException.Assignment
Thrown when parsing fails due to an invalid assignment.static class
JexlException.Feature
Thrown when parsing fails due to a disallowed feature.
-