Class LibFormulaErrorValue
java.lang.Object
org.pentaho.reporting.libraries.formula.LibFormulaErrorValue
- All Implemented Interfaces:
Serializable, ErrorValue
Creation-Date: 31.10.2006, 13:07:37
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intInvalid number of arguments error codestatic final LibFormulaErrorValueInvalid number of arguments errorstatic final intNumber arithmetic error codestatic final LibFormulaErrorValueNumber arithmetic errorstatic final intstatic final LibFormulaErrorValuestatic final intParameter types are invalid error codestatic final LibFormulaErrorValueParameter types are invalid errorstatic final intParameter types are invalid error codestatic final LibFormulaErrorValueParameter types are invalid errorstatic final intA parse errorstatic final intFunction name is invalid error codestatic final LibFormulaErrorValueFunction name is invalid errorstatic final ErrorValuestatic final intstatic final intNA error codestatic final LibFormulaErrorValueNA errorstatic final intOccurence not found error codestatic final LibFormulaErrorValueOccurence not found errorstatic final intstatic final intUnexpected error codestatic final LibFormulaErrorValueUnexpected error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetErrorMessage(Locale locale) inthashCode()toString()
-
Field Details
-
ERROR_REFERENCE_NOT_RESOLVABLE
public static final int ERROR_REFERENCE_NOT_RESOLVABLE- See Also:
-
ERROR_INVALID_CHARACTER
public static final int ERROR_INVALID_CHARACTERA parse error- See Also:
-
ERROR_INVALID_FUNCTION
public static final int ERROR_INVALID_FUNCTIONFunction name is invalid error code- See Also:
-
ERROR_INVALID_FUNCTION_VALUE
Function name is invalid error -
ERROR_INVALID_ARGUMENT
public static final int ERROR_INVALID_ARGUMENTParameter types are invalid error code- See Also:
-
ERROR_INVALID_ARGUMENT_VALUE
Parameter types are invalid error -
ERROR_INVALID_AUTO_ARGUMENT
public static final int ERROR_INVALID_AUTO_ARGUMENTParameter types are invalid error code- See Also:
-
ERROR_INVALID_AUTO_ARGUMENT_VALUE
Parameter types are invalid error -
ERROR_ILLEGAL_ARRAY
public static final int ERROR_ILLEGAL_ARRAY- See Also:
-
ERROR_ILLEGAL_ARRAY_VALUE
-
ERROR_ARITHMETIC
public static final int ERROR_ARITHMETICNumber arithmetic error code- See Also:
-
ERROR_ARITHMETIC_VALUE
Number arithmetic error -
ERROR_ARGUMENTS
public static final int ERROR_ARGUMENTSInvalid number of arguments error code- See Also:
-
ERROR_ARGUMENTS_VALUE
Invalid number of arguments error -
ERROR_NOT_FOUND
public static final int ERROR_NOT_FOUNDOccurence not found error code- See Also:
-
ERROR_NOT_FOUND_VALUE
Occurence not found error -
ERROR_NA
public static final int ERROR_NANA error code- See Also:
-
ERROR_NA_VALUE
NA error -
ERROR_UNEXPECTED
public static final int ERROR_UNEXPECTEDUnexpected error code- See Also:
-
ERROR_UNEXPECTED_VALUE
Unexpected error -
ERROR_MISSING_VARIABLE
public static final int ERROR_MISSING_VARIABLE- See Also:
-
ERROR_MISSING_ARGUMENT_VALUE
-
-
Constructor Details
-
LibFormulaErrorValue
public LibFormulaErrorValue(int errorCode)
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceErrorValue
-
getErrorCode
public int getErrorCode()- Specified by:
getErrorCodein interfaceErrorValue
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceErrorValue
-
equals
-
hashCode
-
toString
-