Uses of Class
org.pentaho.reporting.libraries.formula.ContextEvaluationException

Packages that use ContextEvaluationException
org.pentaho.reporting.libraries.formula   
 

Uses of ContextEvaluationException in org.pentaho.reporting.libraries.formula
 

Methods in org.pentaho.reporting.libraries.formula that throw ContextEvaluationException
 boolean FormulaContext.isReferenceDirty(java.lang.Object name)
          Checks whether the external object referenced by name has changed.
 java.lang.Object FormulaContext.resolveReference(java.lang.Object name)
          Resolves the given reference.
 Type FormulaContext.resolveReferenceType(java.lang.Object name)
          Queries the type of the given reference.