Uses of Class
org.apache.commons.jexl2.JexlException
-
Packages that use JexlException Package Description org.apache.commons.jexl2 -
-
Uses of JexlException in org.apache.commons.jexl2
Subclasses of JexlException in org.apache.commons.jexl2 Modifier and Type Class Description protected static classJexlException.CancelThrown to cancel a script execution.static classJexlException.MethodThrown when a method or ctor is unknown, ambiguous or inaccessible.static classJexlException.ParsingThrown when parsing fails.static classJexlException.PropertyThrown when a property is unknown.protected static classJexlException.ReturnThrown to return a value.static classJexlException.TokenizationThrown when tokenization fails.static classJexlException.VariableThrown when a variable is unknown.Methods in org.apache.commons.jexl2 with parameters of type JexlException Modifier and Type Method Description protected java.lang.ObjectInterpreter. invocationFailed(JexlException xjexl)Triggered when method, function or constructor invocation fails.protected java.lang.ObjectInterpreter. unknownVariable(JexlException xjexl)Triggered when variable can not be resolved.
-