Uses of Class
org.apache.commons.jexl2.JexlException
-
Packages that use JexlException Package Description org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. -
-
Uses of JexlException in org.apache.commons.jexl2
Subclasses of JexlException in org.apache.commons.jexl2 Modifier and Type Class Description protected static class
JexlException.Cancel
Thrown to cancel a script execution.static class
JexlException.Method
Thrown when a method or ctor is unknown, ambiguous or inaccessible.static class
JexlException.Parsing
Thrown when parsing fails.static class
JexlException.Property
Thrown when a property is unknown.protected 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.Methods in org.apache.commons.jexl2 with parameters of type JexlException Modifier and Type Method Description protected java.lang.Object
Interpreter. invocationFailed(JexlException xjexl)
Triggered when method, function or constructor invocation fails.protected java.lang.Object
Interpreter. unknownVariable(JexlException xjexl)
Triggered when variable can not be resolved.
-