Uses of Class
org.apache.commons.jexl3.JexlException
Packages that use JexlException
-
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.