Uses of Class
opendap.dap.NoSuchVariableException

Packages that use NoSuchVariableException
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.dap.parser This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
opendap.servlet This package contains the core code for an OPeNDAP servlet engine. 
 

Uses of NoSuchVariableException in opendap.dap
 

Methods in opendap.dap that throw NoSuchVariableException
abstract  BaseType DConstructor.getVar(int index)
          Gets the indexed variable.
 BaseType DGrid.getVar(int index)
          Gets the indexed variable.
 BaseType DSequence.getVar(int index)
          Gets the indexed variable.
 BaseType DStructure.getVar(int index)
          Gets the indexed variable.
 BaseType DSequence.getVariable(int row, java.lang.String name)
          Returns the named variable in the given row of the sequence.
abstract  BaseType DConstructor.getVariable(java.lang.String name)
          Gets the named variable.
 BaseType DDS.getVariable(java.lang.String name)
          Returns a reference to the named variable.
 BaseType DGrid.getVariable(java.lang.String name)
          Returns the named variable.
 BaseType DSequence.getVariable(java.lang.String name)
          Returns the named variable.
 BaseType DStructure.getVariable(java.lang.String name)
          Returns the named variable.
 java.util.Stack DDS.search(java.lang.String name, java.util.Stack compStack)
          Look for name in the DDS.
 

Uses of NoSuchVariableException in opendap.dap.parser
 

Methods in opendap.dap.parser that throw NoSuchVariableException
 java.util.Vector ExprParser.arg_list()
           
 Clause ExprParser.bool_function()
           
 Clause ExprParser.clause()
           
 void ExprParser.constraint_expression(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory)
          This is the entry point for the Constraint expression parser.
 void ExprParser.proj_clause()
           
 void ExprParser.proj_variable()
           
 void ExprParser.projection()
           
 void ExprParser.selection()
           
 SubClause ExprParser.value()
           
 

Uses of NoSuchVariableException in opendap.dap.Server
 

Methods in opendap.dap.Server that throw NoSuchVariableException
 boolean CEEvaluator.evalClauses(java.lang.Object specialO)
          Evaluate all of the Clauses in the Clause vector.
 java.util.Vector SDSequence.getRowVector()
          Get the row vector for into which to read a row os data for this sequence.
 void CEEvaluator.markAll(boolean state)
          Mark all the variables in the DDS either as part of the current projection (when state is true) or not (state is false).
 void CEEvaluator.parseConstraint(java.lang.String expression)
          Parse a constraint expression.
abstract  boolean SDArray.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDByte.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat64.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDGrid.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt16.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDList.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDSequence.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDString.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDStructure.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt16.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDURL.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean ServerMethods.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 void CEEvaluator.send(java.lang.String dataset, java.io.OutputStream sink, java.lang.Object specialO)
          This function sends the variables described in the constrained DDS to the output described by sink.
 void SDArray.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          

Server-side serialization for OPeNDAP variables (sub-classes of BaseType).

 void SDByte.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDFloat32.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDFloat64.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDGrid.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDInt16.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDInt32.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDList.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          

Server-side serialization for OPeNDAP variables (sub-classes of BaseType).

 void SDSequence.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDString.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDStructure.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDUInt16.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDUInt32.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void SDURL.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 void ServerMethods.serialize(java.lang.String dataset, java.io.DataOutputStream sink, CEEvaluator ce, java.lang.Object specialO)
          Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
 

Uses of NoSuchVariableException in opendap.servers.test
 

Methods in opendap.servers.test that throw NoSuchVariableException
 void testEngine.loadTestGrid(java.lang.String datasetName, test_SDGrid tg)
          Loads test Grids full of data
 boolean test_SDArray.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDByte.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDFloat32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDFloat64.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDGrid.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDInt16.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDInt32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDSequence.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDString.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDStructure.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDUInt16.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDUInt32.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 boolean test_SDURL.read(java.lang.String datasetName, java.lang.Object specialO)
          Read a value from the named dataset for this variable.
 

Uses of NoSuchVariableException in opendap.servlet
 

Methods in opendap.servlet that throw NoSuchVariableException
 void AsciiWriter.toASCII(java.io.PrintWriter pw, DDS dds, java.lang.Object specialO)