Package opendap.dap

Class NoSuchTypeException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchTypeException
    extends DDSException
    Thrown when an attempt is made to access a variable that does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchTypeException

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

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