|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlException | |
---|---|
org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl3.internal | Provides utilities for introspection services. |
Uses of JexlException in org.apache.commons.jexl3 |
---|
Subclasses of JexlException in org.apache.commons.jexl3 | |
---|---|
static class |
JexlException.Ambiguous
Thrown when parsing fails due to an ambiguous statement. |
static class |
JexlException.Annotation
Thrown when an annotation handler throws an exception. |
static class |
JexlException.Assignment
Thrown when parsing fails due to an invalid assigment. |
static class |
JexlException.Break
Thrown to break a loop. |
static class |
JexlException.Cancel
Thrown to cancel a script execution. |
static class |
JexlException.Continue
Thrown to continue a loop. |
static class |
JexlException.Method
Thrown when a method or ctor is unknown, ambiguous or inaccessible. |
static class |
JexlException.Operator
Thrown when an operator fails. |
static class |
JexlException.Parsing
Thrown when parsing fails. |
static class |
JexlException.Property
Thrown when a property is unknown. |
static class |
JexlException.Return
Thrown to return a value. |
static class |
JexlException.Tokenization
Thrown when tokenization fails. |
static class |
JexlException.Variable
Thrown when a variable is unknown. |
static class |
JxltEngine.Exception
The sole type of (runtime) exception the JxltEngine can throw. |
Methods in org.apache.commons.jexl3 that return JexlException | |
---|---|
JexlException |
JexlException.clean()
Cleans a JexlException from any org.apache.commons.jexl3.internal stack trace element. |
Uses of JexlException in org.apache.commons.jexl3.internal |
---|
Methods in org.apache.commons.jexl3.internal that return JexlException | |
---|---|
protected JexlException |
InterpreterBase.invocationException(JexlNode node,
String methodName,
Exception xany)
Triggered when method, function or constructor invocation fails with an exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |