Uses of Class
org.apache.commons.jexl2.JexlException
Packages that use JexlException
-
Uses of JexlException in org.apache.commons.jexl2
Subclasses of JexlException in org.apache.commons.jexl2Modifier and TypeClassDescriptionprotected static class
Thrown to cancel a script execution.static class
Thrown when a method or ctor is unknown, ambiguous or inaccessible.static class
Thrown when parsing fails.static class
Thrown when a property is unknown.protected static class
Thrown to return a value.static class
Thrown when tokenization fails.static class
Thrown when a variable is unknown.Methods in org.apache.commons.jexl2 with parameters of type JexlExceptionModifier and TypeMethodDescriptionprotected Object
Interpreter.invocationFailed
(JexlException xjexl) Triggered when method, function or constructor invocation fails.protected Object
Interpreter.unknownVariable
(JexlException xjexl) Triggered when variable can not be resolved.