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 int
Invalid number of arguments error codestatic final LibFormulaErrorValue
Invalid number of arguments errorstatic final int
Number arithmetic error codestatic final LibFormulaErrorValue
Number arithmetic errorstatic final int
static final LibFormulaErrorValue
static final int
Parameter types are invalid error codestatic final LibFormulaErrorValue
Parameter types are invalid errorstatic final int
Parameter types are invalid error codestatic final LibFormulaErrorValue
Parameter types are invalid errorstatic final int
A parse errorstatic final int
Function name is invalid error codestatic final LibFormulaErrorValue
Function name is invalid errorstatic final ErrorValue
static final int
static final int
NA error codestatic final LibFormulaErrorValue
NA errorstatic final int
Occurence not found error codestatic final LibFormulaErrorValue
Occurence not found errorstatic final int
static final int
Unexpected error codestatic final LibFormulaErrorValue
Unexpected error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getErrorMessage
(Locale locale) int
hashCode()
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:
getNamespace
in interfaceErrorValue
-
getErrorCode
public int getErrorCode()- Specified by:
getErrorCode
in interfaceErrorValue
-
getErrorMessage
- Specified by:
getErrorMessage
in interfaceErrorValue
-
equals
-
hashCode
-
toString
-