Package opendap.dap

Class MalformedAliasException

  • All Implemented Interfaces:
    Serializable

    public class MalformedAliasException
    extends DASException
    Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedAliasException

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

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