Package opendap.dap

Class AttributeBadValueException

    • Constructor Detail

      • AttributeBadValueException

        public AttributeBadValueException​(String s)
        Construct a AttributeBadValueException with the specified message.
        Parameters:
        s - the detail message.
      • AttributeBadValueException

        public AttributeBadValueException​(int err,
                                          String s)
        Construct a AttributeBadValueException with the specified message and OPeNDAP error code see (DAP2Exception).
        Parameters:
        err - the OPeNDAP error code.
        s - the detail message.