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  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.
 



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