Provides a framework for evaluating JEXL expressions.
-
static class
Thrown when parsing fails due to an ambiguous statement.
static class
Thrown when an annotation handler throws an exception.
static class
Thrown when parsing fails due to an invalid assignment.
static class
static class
Thrown to cancel a script execution.
static class
Thrown to continue a loop.
static class
Thrown when parsing fails due to a disallowed feature.
static class
Thrown when a method or ctor is unknown, ambiguous or inaccessible.
static class
Thrown when an operator fails.
static class
Thrown when parsing fails.
static class
Thrown when a property is unknown.
static class
Thrown to return a value.
static class
Thrown when reaching stack-overflow.
static class
static class
Thrown when tokenization fails.
static class
Thrown when method/ctor invocation fails.
static class
Thrown when a variable is unknown.
static class
The sole type of (runtime) exception the JxltEngine can throw.
Cleans a JexlException from any org.apache.commons.jexl3.internal stack trace element.
Wrap an invocation exception.