Class LibFormulaErrorValue

    • Field Detail

      • ERROR_REFERENCE_NOT_RESOLVABLE

        public static final int ERROR_REFERENCE_NOT_RESOLVABLE
        See Also:
        Constant Field Values
      • ERROR_INVALID_CHARACTER

        public static final int ERROR_INVALID_CHARACTER
        A parse error
        See Also:
        Constant Field Values
      • ERROR_INVALID_FUNCTION

        public static final int ERROR_INVALID_FUNCTION
        Function name is invalid error code
        See Also:
        Constant Field Values
      • ERROR_INVALID_FUNCTION_VALUE

        public static final LibFormulaErrorValue ERROR_INVALID_FUNCTION_VALUE
        Function name is invalid error
      • ERROR_INVALID_ARGUMENT

        public static final int ERROR_INVALID_ARGUMENT
        Parameter types are invalid error code
        See Also:
        Constant Field Values
      • 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
        See Also:
        Constant Field Values
      • ERROR_INVALID_AUTO_ARGUMENT_VALUE

        public static final LibFormulaErrorValue ERROR_INVALID_AUTO_ARGUMENT_VALUE
        Parameter types are invalid error
      • ERROR_ARITHMETIC

        public static final int ERROR_ARITHMETIC
        Number arithmetic error code
        See Also:
        Constant Field Values
      • ERROR_ARITHMETIC_VALUE

        public static final LibFormulaErrorValue ERROR_ARITHMETIC_VALUE
        Number arithmetic error
      • ERROR_ARGUMENTS

        public static final int ERROR_ARGUMENTS
        Invalid number of arguments error code
        See Also:
        Constant Field Values
      • ERROR_ARGUMENTS_VALUE

        public static final LibFormulaErrorValue ERROR_ARGUMENTS_VALUE
        Invalid number of arguments error
      • ERROR_NOT_FOUND

        public static final int ERROR_NOT_FOUND
        Occurence not found error code
        See Also:
        Constant Field Values
      • ERROR_NOT_FOUND_VALUE

        public static final LibFormulaErrorValue ERROR_NOT_FOUND_VALUE
        Occurence not found error
      • ERROR_UNEXPECTED

        public static final int ERROR_UNEXPECTED
        Unexpected error code
        See Also:
        Constant Field Values
      • ERROR_UNEXPECTED_VALUE

        public static final LibFormulaErrorValue ERROR_UNEXPECTED_VALUE
        Unexpected error
      • ERROR_MISSING_ARGUMENT_VALUE

        public static final ErrorValue ERROR_MISSING_ARGUMENT_VALUE
    • Constructor Detail

      • LibFormulaErrorValue

        public LibFormulaErrorValue​(int errorCode)