Uses of Class
org.apache.commons.jexl2.JexlException

Packages that use JexlException
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
 

Uses of JexlException in org.apache.commons.jexl2
 

Methods in org.apache.commons.jexl2 with parameters of type JexlException
protected  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.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.