Package opendap.dap

Class NoSuchVariableException

  • All Implemented Interfaces:
    Serializable

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

      • NoSuchVariableException

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

        public NoSuchVariableException​(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.