Uses of Class
org.apache.commons.jexl3.JexlException
Packages that use JexlException
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
-
Uses of JexlException in org.apache.commons.jexl3
Subclasses of JexlException in org.apache.commons.jexl3Modifier and TypeClassDescriptionstatic 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
Thrown to break a loop.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
Thrown to throw a value.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.Methods in org.apache.commons.jexl3 that return JexlExceptionModifier and TypeMethodDescriptionJexlException.clean()
Cleans a JexlException from any org.apache.commons.jexl3.internal stack trace element.static JexlException
JexlException.tryFailed
(InvocationTargetException xinvoke) Wrap an invocation exception. -
Uses of JexlException in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return JexlExceptionModifier and TypeMethodDescriptionprotected JexlException
InterpreterBase.invocationException
(JexlNode node, String methodName, Throwable xany) Triggered when method, function or constructor invocation fails with an exception.Methods in org.apache.commons.jexl3.internal with parameters of type JexlExceptionModifier and TypeMethodDescriptionprivate Object
Interpreter.evalCatch
(ASTReference catchVar, JexlNode catchBody, JexlException caught, Object data) Evaluate the catch in a try/catch/finally.