Uses of Interface
org.pentaho.reporting.libraries.formula.ErrorValue
-
Packages that use ErrorValue Package Description org.pentaho.reporting.libraries.formula -
-
Uses of ErrorValue in org.pentaho.reporting.libraries.formula
Classes in org.pentaho.reporting.libraries.formula that implement ErrorValue Modifier and Type Class Description classLibFormulaErrorValueCreation-Date: 31.10.2006, 13:07:37Fields in org.pentaho.reporting.libraries.formula declared as ErrorValue Modifier and Type Field Description static ErrorValueLibFormulaErrorValue. ERROR_MISSING_ARGUMENT_VALUEMethods in org.pentaho.reporting.libraries.formula that return ErrorValue Modifier and Type Method Description ErrorValueEvaluationException. getErrorValue()Methods in org.pentaho.reporting.libraries.formula with parameters of type ErrorValue Modifier and Type Method Description static EvaluationExceptionEvaluationException. getInstance(ErrorValue errorValue)Constructors in org.pentaho.reporting.libraries.formula with parameters of type ErrorValue Constructor Description ContextEvaluationException(ErrorValue errorValue)EvaluationException(ErrorValue errorValue)Creates a StackableRuntimeException with no message and no parent.
-