Uses of Class
dods.dap.DDSException

Packages that use DDSException
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. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
 

Uses of DDSException in dods.dap
 

Subclasses of DDSException in dods.dap
 class BadSemanticsException
          Thrown by BaseType when the checkSemantics method is called and the variable is not valid (the name is null or some other semantic violation).
 class DataReadException
          Thrown when DODS encounters an exception while reading from a data set.
 class NoSuchFunctionException
          Thrown when an attempt is made to access a function that does not exist.
 class NoSuchVariableException
          Thrown when an attempt is made to access a variable that does not exist.
 

Methods in dods.dap that throw DDSException
 DDS DConnect.getDDS()
          Returns the DDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getData(java.lang.String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDataFromUrl(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
           
 DataDDS DConnect.getData(java.lang.String CE, StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.
 void DDS.parse(java.io.InputStream is)
          Reads a DDS from the named InputStream.
 

Uses of DDSException in dods.dap.parser
 

Methods in dods.dap.parser that throw DDSException
 void DDSParser.Dataset(DDS dds, BaseTypeFactory factory)
           
 void DDSParser.Declarations()
           
 void DDSParser.Declaration()
           
 java.lang.String DDSParser.NonListDecl()
           
 java.lang.String DDSParser.Var()
           
 void DDSParser.ArrayDecl()
           
 void DDSParser.Name()
           
 

Uses of DDSException in dods.servers.sql
 

Methods in dods.servers.sql that throw DDSException
static sqlDDS sqlTest.getDDS()