org.pentaho.reporting.libraries.formula
public class LibFormulaErrorValue extends Object implements ErrorValue
| Field Summary | |
|---|---|
| static int | ERROR_ARGUMENTS Invalid number of arguments error code |
| static LibFormulaErrorValue | ERROR_ARGUMENTS_VALUE Invalid number of arguments error |
| static int | ERROR_ARITHMETIC Number arithmetic error code |
| static LibFormulaErrorValue | ERROR_ARITHMETIC_VALUE Number arithmetic error |
| static int | ERROR_ILLEGAL_ARRAY |
| static LibFormulaErrorValue | ERROR_ILLEGAL_ARRAY_VALUE |
| static int | ERROR_INVALID_ARGUMENT Parameter types are invalid error code |
| static LibFormulaErrorValue | ERROR_INVALID_ARGUMENT_VALUE Parameter types are invalid error |
| static int | ERROR_INVALID_AUTO_ARGUMENT Parameter types are invalid error code |
| static LibFormulaErrorValue | ERROR_INVALID_AUTO_ARGUMENT_VALUE Parameter types are invalid error |
| static int | ERROR_INVALID_CHARACTER A parse error |
| static int | ERROR_INVALID_FUNCTION Function name is invalid error code |
| static LibFormulaErrorValue | ERROR_INVALID_FUNCTION_VALUE Function name is invalid error |
| static ErrorValue | ERROR_MISSING_ARGUMENT_VALUE |
| static int | ERROR_MISSING_VARIABLE |
| static int | ERROR_NA NA error code |
| static LibFormulaErrorValue | ERROR_NA_VALUE NA error |
| static int | ERROR_NOT_FOUND Occurence not found error code |
| static LibFormulaErrorValue | ERROR_NOT_FOUND_VALUE Occurence not found error |
| static int | ERROR_REFERENCE_NOT_RESOLVABLE |
| static int | ERROR_UNEXPECTED Unexpected error code |
| static LibFormulaErrorValue | ERROR_UNEXPECTED_VALUE Unexpected error |
| Constructor Summary | |
|---|---|
| LibFormulaErrorValue(int errorCode) | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | getErrorCode() |
| String | getErrorMessage(Locale locale) |
| String | getNamespace() |
| int | hashCode() |
| String | toString() |