Uses of Class
dods.dap.DASException

Packages that use DASException
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.parser This package contains JavaCC generated DAP parser classes. 
 

Uses of DASException in dods.dap
 

Subclasses of DASException in dods.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 NoSuchAttributeException
          Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
 

Methods in dods.dap that throw DASException
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 void DAS.parse(InputStream is)
          Reads a DAS from the named InputStream.
 void DAS.parse(InputStream is)
          Reads a DAS from the named InputStream.
 

Uses of DASException in dods.dap.parser
 

Methods in dods.dap.parser that throw DASException
 void DASParser.Alias()
           
 void DASParser.Alias()
           
 void DASParser.Attribute()
           
 void DASParser.Attribute()
           
 void DASParser.Attributes(DAS das)
           
 void DASParser.Attributes(DAS das)
           
 void DASParser.AttrList()
           
 void DASParser.AttrList()
           
 void DASParser.AttrTuple()
           
 void DASParser.AttrTuple()
           
 void DASParser.Bytes()
           
 void DASParser.Bytes()
           
 void DASParser.Floats()
           
 void DASParser.Floats()
           
 void DASParser.Ints()
           
 void DASParser.Ints()
           
 Token DASParser.Name()
           
 Token DASParser.Name()
           
 void DASParser.Strs()
           
 void DASParser.Strs()
           
 void DASParser.Urls()
           
 void DASParser.Urls()