Class ErrorValue

    • Constructor Detail

      • ErrorValue

        public ErrorValue​(byte code)
      • ErrorValue

        public ErrorValue​(byte code,
                          String message)
    • Method Detail

      • valueOf

        public static ErrorValue valueOf​(byte code)
      • getCode

        public byte getCode()
      • setCode

        public void setCode​(byte code)
        Set error code.
        Parameters:
        code - should be one of public byte constant in this class
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getErrorString

        public String getErrorString()
        Returns:
        might be #NULL!, #NAME?, or #NUM! etc...
      • getErrorString

        public static final String getErrorString​(int errorCode)