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 classThrown when parsing fails due to an ambiguous statement.static classThrown when an annotation handler throws an exception.static classThrown when parsing fails due to an invalid assignment.static classThrown to break a loop.static classThrown to cancel a script execution.static classThrown to continue a loop.static classThrown when parsing fails due to a disallowed feature.static classThrown when a method or ctor is unknown, ambiguous or inaccessible.static classThrown when an operator fails.static classThrown when parsing fails.static classThrown when a property is unknown.static classThrown to return a value.static classThrown when reaching stack-overflow.static classThrown to throw a value.static classThrown when tokenization fails.static classThrown when method/ctor invocation fails.static classThrown when a variable is unknown.static classThe 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 JexlExceptionJexlException.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 JexlExceptionInterpreterBase.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 ObjectInterpreter.evalCatch(ASTReference catchVar, JexlNode catchBody, JexlException caught, Object data) Evaluate the catch in a try/catch/finally.