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 classThrown to cancel a script execution.static classThrown when a method or ctor is unknown, ambiguous or inaccessible.static classThrown when parsing fails.static classThrown when a property is unknown.protected static classThrown to return a value.static classThrown when tokenization fails.static classThrown when a variable is unknown.Methods in org.apache.commons.jexl2 with parameters of type JexlExceptionModifier and TypeMethodDescriptionprotected ObjectInterpreter.invocationFailed(JexlException xjexl) Triggered when method, function or constructor invocation fails.protected ObjectInterpreter.unknownVariable(JexlException xjexl) Triggered when variable can not be resolved.