Package opendap.dap

Class NoSuchFunctionException

  • All Implemented Interfaces:
    Serializable

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

      • NoSuchFunctionException

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

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