Package opendap.dap

Class NoSuchAttributeException

    • Constructor Detail

      • NoSuchAttributeException

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

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