Uses of Class
opendap.dap.DASException

Packages that use DASException
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
 

Uses of DASException in opendap.dap
 

Subclasses of DASException in opendap.dap
 class AttributeBadValueException
          Thrown by Attribute when a bad value (not one of the supported types) is stored in an Attribute.
 class AttributeExistsException
          Thrown by AttributeTable when an attempt is made to create an attribute that already exists.
 class MalformedAliasException
          Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
 class NoSuchAttributeException
          Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
 class UnresolvedAliasException
          Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
 

Methods in opendap.dap that throw DASException
 void BaseType.addAttributeAlias(java.lang.String alias, java.lang.String attributeName)
           
 void AttributeTable.appendAttribute(java.lang.String name, int type, java.lang.String value)
          Adds an attribute to the table.
 void BaseType.appendAttribute(java.lang.String name, int type, java.lang.String value)
           
 void AttributeTable.appendAttribute(java.lang.String name, int type, java.lang.String value, boolean check)
          Adds an attribute to the table.
 void BaseType.appendAttribute(java.lang.String name, int type, java.lang.String value, boolean check)
           
 void AttributeTable.delAttribute(java.lang.String name, int i)
          Delete the attribute named name.
 void BaseType.delAttribute(java.lang.String name, int i)
           
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DDS.getDAS()
          Creates a DAS object from the collection of BaseType variables and their associated Attributes.
 void DAS.parse(java.io.InputStream is)
          Reads a DAS from the named InputStream/Reader.