Package opendap.dap

Class InvalidDimensionException

    • Constructor Detail

      • InvalidDimensionException

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

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