org.jfree.formula

Class LibFormulaErrorValue

public class LibFormulaErrorValue extends Object implements ErrorValue

Creation-Date: 31.10.2006, 13:07:37

Author: Thomas Morgner

Field Summary
static intERROR_ARGUMENTS
Invalid number of arguments error code
static LibFormulaErrorValueERROR_ARGUMENTS_VALUE
Invalid number of arguments error
static intERROR_ARITHMETIC
Number arithmetic error code
static LibFormulaErrorValueERROR_ARITHMETIC_VALUE
Number arithmetic error
static intERROR_ILLEGAL_ARRAY
static LibFormulaErrorValueERROR_ILLEGAL_ARRAY_VALUE
static intERROR_INVALID_ARGUMENT
Parameter types are invalid error code
static LibFormulaErrorValueERROR_INVALID_ARGUMENT_VALUE
Parameter types are invalid error
static intERROR_INVALID_AUTO_ARGUMENT
Parameter types are invalid error code
static LibFormulaErrorValueERROR_INVALID_AUTO_ARGUMENT_VALUE
Parameter types are invalid error
static intERROR_INVALID_CHARACTER
A parse error
static intERROR_INVALID_FUNCTION
Function name is invalid error code
static LibFormulaErrorValueERROR_INVALID_FUNCTION_VALUE
Function name is invalid error
static intERROR_NA
NA error code
static LibFormulaErrorValueERROR_NA_VALUE
NA error
static intERROR_NOT_FOUND
Occurence not found error code
static LibFormulaErrorValueERROR_NOT_FOUND_VALUE
Occurence not found error
static intERROR_REFERENCE_NOT_RESOLVABLE
static intERROR_UNEXPECTED
Unexpected error code
static LibFormulaErrorValueERROR_UNEXPECTED_VALUE
Unexpected error
Constructor Summary
LibFormulaErrorValue(int errorCode)
Method Summary
booleanequals(Object obj)
intgetErrorCode()
StringgetErrorMessage(Locale locale)
StringgetNamespace()
StringtoString()

Field Detail

ERROR_ARGUMENTS

public static final int ERROR_ARGUMENTS
Invalid number of arguments error code

ERROR_ARGUMENTS_VALUE

public static final LibFormulaErrorValue ERROR_ARGUMENTS_VALUE
Invalid number of arguments error

ERROR_ARITHMETIC

public static final int ERROR_ARITHMETIC
Number arithmetic error code

ERROR_ARITHMETIC_VALUE

public static final LibFormulaErrorValue ERROR_ARITHMETIC_VALUE
Number arithmetic error

ERROR_ILLEGAL_ARRAY

public static final int ERROR_ILLEGAL_ARRAY

ERROR_ILLEGAL_ARRAY_VALUE

public static final LibFormulaErrorValue ERROR_ILLEGAL_ARRAY_VALUE

ERROR_INVALID_ARGUMENT

public static final int ERROR_INVALID_ARGUMENT
Parameter types are invalid error code

ERROR_INVALID_ARGUMENT_VALUE

public static final LibFormulaErrorValue ERROR_INVALID_ARGUMENT_VALUE
Parameter types are invalid error

ERROR_INVALID_AUTO_ARGUMENT

public static final int ERROR_INVALID_AUTO_ARGUMENT
Parameter types are invalid error code

ERROR_INVALID_AUTO_ARGUMENT_VALUE

public static final LibFormulaErrorValue ERROR_INVALID_AUTO_ARGUMENT_VALUE
Parameter types are invalid error

ERROR_INVALID_CHARACTER

public static final int ERROR_INVALID_CHARACTER
A parse error

ERROR_INVALID_FUNCTION

public static final int ERROR_INVALID_FUNCTION
Function name is invalid error code

ERROR_INVALID_FUNCTION_VALUE

public static final LibFormulaErrorValue ERROR_INVALID_FUNCTION_VALUE
Function name is invalid error

ERROR_NA

public static final int ERROR_NA
NA error code

ERROR_NA_VALUE

public static final LibFormulaErrorValue ERROR_NA_VALUE
NA error

ERROR_NOT_FOUND

public static final int ERROR_NOT_FOUND
Occurence not found error code

ERROR_NOT_FOUND_VALUE

public static final LibFormulaErrorValue ERROR_NOT_FOUND_VALUE
Occurence not found error

ERROR_REFERENCE_NOT_RESOLVABLE

public static final int ERROR_REFERENCE_NOT_RESOLVABLE

ERROR_UNEXPECTED

public static final int ERROR_UNEXPECTED
Unexpected error code

ERROR_UNEXPECTED_VALUE

public static final LibFormulaErrorValue ERROR_UNEXPECTED_VALUE
Unexpected error

Constructor Detail

LibFormulaErrorValue

public LibFormulaErrorValue(int errorCode)

Method Detail

equals

public boolean equals(Object obj)

getErrorCode

public int getErrorCode()

getErrorMessage

public String getErrorMessage(Locale locale)

getNamespace

public String getNamespace()

toString

public String toString()