Uses of Class
org.pentaho.reporting.libraries.formula.EvaluationException
-
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula
Subclasses of EvaluationException in org.pentaho.reporting.libraries.formula Modifier and Type Class Description classContextEvaluationExceptionCreation-Date: Dec 5, 2006, 4:19:26 PMMethods in org.pentaho.reporting.libraries.formula that return EvaluationException Modifier and Type Method Description static EvaluationExceptionEvaluationException. getInstance(ErrorValue errorValue)Methods in org.pentaho.reporting.libraries.formula that throw EvaluationException Modifier and Type Method Description voidFormula. initialize(FormulaContext context) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that throw EvaluationException Modifier and Type Method Description TypeValuePairFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeParameterCallback. getType(int position)java.lang.ObjectParameterCallback. getValue(int position) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.datetime
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.information
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.logical
Methods in org.pentaho.reporting.libraries.formula.function.logical that throw EvaluationException Modifier and Type Method Description TypeValuePairAndFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairFalseFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairIfFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairNotFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairOrFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairTrueFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairXorFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.math
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.rounding
Methods in org.pentaho.reporting.libraries.formula.function.rounding that throw EvaluationException Modifier and Type Method Description TypeValuePairIntFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.text
-
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.function.userdefined
Methods in org.pentaho.reporting.libraries.formula.function.userdefined that throw EvaluationException Modifier and Type Method Description TypeValuePairCsvArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairCsvTextFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairNormalizeArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that throw EvaluationException Modifier and Type Method Description TypeValuePairContextLookup. evaluate()TypeValuePairDefaultDataTable. evaluate()TypeValuePairFormulaFunction. evaluate()TypeValuePairLValue. evaluate()TypeValuePairPostfixTerm. evaluate()TypeValuePairPrefixTerm. evaluate()TypeValuePairTerm. evaluate()voidAbstractLValue. initialize(FormulaContext context)voidDefaultDataTable. initialize(FormulaContext context)voidFormulaFunction. initialize(FormulaContext context)voidLValue. initialize(FormulaContext context)voidStaticValue. initialize(FormulaContext context)voidTerm. initialize(FormulaContext context) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.operators
Methods in org.pentaho.reporting.libraries.formula.operators that throw EvaluationException Modifier and Type Method Description TypeValuePairAbstractCompareOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)TypeValuePairAbstractNumericOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)TypeValuePairConcatOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)java.lang.NumberDivideOperator. evaluate(java.lang.Number number1, java.lang.Number number2)TypeValuePairEqualOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)TypeValuePairInfixOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)Evaluates the comptuation for both parameters.TypeValuePairMinusSignOperator. evaluate(FormulaContext context, TypeValuePair value1)TypeValuePairNotEqualOperator. evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2)TypeValuePairPercentageOperator. evaluate(FormulaContext context, TypeValuePair value1)TypeValuePairPlusSignOperator. evaluate(FormulaContext context, TypeValuePair value1)TypeValuePairPostfixOperator. evaluate(FormulaContext context, TypeValuePair value1)TypeValuePairPrefixOperator. evaluate(FormulaContext context, TypeValuePair value1) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.typing
Subclasses of EvaluationException in org.pentaho.reporting.libraries.formula.typing Modifier and Type Class Description classTypeConversionExceptionCreation-Date: 10.04.2007, 14:13:40Methods in org.pentaho.reporting.libraries.formula.typing that throw EvaluationException Modifier and Type Method Description intExtendedComparator. compare(Type type1, java.lang.Object value1, Type type2, java.lang.Object value2)Returns null, if the types are not comparable and are not convertible at all.TypeValuePairDefaultTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata.TypeValuePairTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.ArrayCallbackDefaultTypeRegistry. convertToArray(Type type, java.lang.Object value)ArrayCallbackTypeRegistry. convertToArray(Type type, java.lang.Object value)java.util.DateDefaultTypeRegistry. convertToDate(Type type1, java.lang.Object value)java.util.DateTypeRegistry. convertToDate(Type type1, java.lang.Object value)Converts the object of the given type into a date.java.lang.BooleanTypeRegistry. convertToLogical(Type type1, java.lang.Object value)Converts the object of the given type into a boolean.java.lang.NumberDefaultTypeRegistry. convertToNumber(Type sourceType, java.lang.Object value)converts the object of the given type into a number.java.lang.NumberTypeRegistry. convertToNumber(Type type1, java.lang.Object value)Converts the object of the given type into a number.NumberSequenceDefaultTypeRegistry. convertToNumberSequence(Type type, java.lang.Object value, boolean strict)NumberSequenceTypeRegistry. convertToNumberSequence(Type type, java.lang.Object value, boolean strictTypeChecks)Converts the given (type,value) pair into a numeric sequence.SequenceDefaultTypeRegistry. convertToSequence(Type type, java.lang.Object value)SequenceTypeRegistry. convertToSequence(Type type, java.lang.Object value)java.lang.StringDefaultTypeRegistry. convertToText(Type type1, java.lang.Object value)java.lang.StringTypeRegistry. convertToText(Type type1, java.lang.Object value)(This conversion is used by the operator implementations.)LValueArrayCallback. getRaw(int row, int column)LValueStaticArrayCallback. getRaw(int row, int column)TypeArrayCallback. getType(int row, int column)TypeStaticArrayCallback. getType(int row, int column)java.lang.ObjectArrayCallback. getValue(int row, int column)java.lang.ObjectStaticArrayCallback. getValue(int row, int column)booleanSequence. hasNext()java.lang.ObjectSequence. next()java.lang.NumberNumberSequence. nextNumber()LValueSequence. nextRawValue()Constructors in org.pentaho.reporting.libraries.formula.typing that throw EvaluationException Constructor Description StaticArrayCallback(ArrayCallback source) -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.typing.sequence
Methods in org.pentaho.reporting.libraries.formula.typing.sequence that throw EvaluationException Modifier and Type Method Description booleanAnySequence. hasNext()java.lang.ObjectAnySequence. next()java.lang.NumberAnyNumberSequence. nextNumber()java.lang.NumberDefaultNumberSequence. nextNumber()LValueAnySequence. nextRawValue() -
Uses of EvaluationException in org.pentaho.reporting.libraries.formula.util
Methods in org.pentaho.reporting.libraries.formula.util that throw EvaluationException Modifier and Type Method Description static java.math.BigDecimalNumberUtil. divide(java.math.BigDecimal bd1, java.math.BigDecimal bd2)
-