Uses of Class
org.apache.commons.jexl3.JxltEngine.Exception
-
Packages that use JxltEngine.Exception Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JxltEngine.Exception in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return JxltEngine.Exception Modifier and Type Method Description (package private) static JxltEngine.Exception
TemplateEngine. createException(JexlInfo info, java.lang.String action, TemplateEngine.TemplateExpression expr, java.lang.Exception xany)
Creates a JxltEngine.Exception from a JexlException.
-