Uses of Interface
org.pentaho.reporting.libraries.formula.ErrorValue

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

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

Classes in org.pentaho.reporting.libraries.formula that implement ErrorValue
 class LibFormulaErrorValue
          Creation-Date: 31.10.2006, 13:07:37
 

Fields in org.pentaho.reporting.libraries.formula declared as ErrorValue
static ErrorValue LibFormulaErrorValue.ERROR_MISSING_ARGUMENT_VALUE
           
 

Methods in org.pentaho.reporting.libraries.formula that return ErrorValue
 ErrorValue EvaluationException.getErrorValue()
           
 

Methods in org.pentaho.reporting.libraries.formula with parameters of type ErrorValue
static EvaluationException EvaluationException.getInstance(ErrorValue errorValue)
           
 

Constructors in org.pentaho.reporting.libraries.formula with parameters of type ErrorValue
ContextEvaluationException(ErrorValue errorValue)
           
EvaluationException(ErrorValue errorValue)
          Creates a StackableRuntimeException with no message and no parent.