Uses of Class
dods.dap.NoSuchVariableException

Packages that use NoSuchVariableException
dods.clients.matlab   
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.dap.Server This package contains the DODS Server classes. 
dods.servers.agg   
dods.servers.netcdf   
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
 

Uses of NoSuchVariableException in dods.clients.matlab
 

Methods in dods.clients.matlab that throw NoSuchVariableException
 BaseType[] MatlabSequence.getColumn(String name)
          Returns a column in a sequence corresponding to name
 

Uses of NoSuchVariableException in dods.dap
 

Methods in dods.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.
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, String name)
          Returns the named variable in the given row of the sequence.
 BaseType DSequence.getVariable(int row, String name)
          Returns the named variable in the given row of the sequence.
abstract  BaseType DConstructor.getVariable(String name)
          Gets the named variable.
 BaseType DDS.getVariable(String name)
          Returns a reference to the named variable.
 BaseType DGrid.getVariable(String name)
          Returns the named variable.
 BaseType DSequence.getVariable(String name)
          Returns the named variable.
 BaseType DStructure.getVariable(String name)
          Returns the named variable.
abstract  BaseType DConstructor.getVariable(String name)
          Gets the named variable.
 BaseType DDS.getVariable(String name)
          Returns a reference to the named variable.
 BaseType DGrid.getVariable(String name)
          Returns the named variable.
 BaseType DSequence.getVariable(String name)
          Returns the named variable.
 BaseType DStructure.getVariable(String name)
          Returns the named variable.
 Stack DDS.search(String name, Stack compStack)
          Look for name in the DDS.
 Stack DDS.search(String name, Stack compStack)
          Look for name in the DDS.
 

Uses of NoSuchVariableException in dods.dap.parser
 

Methods in dods.dap.parser that throw NoSuchVariableException
 Vector ExprParser.arg_list()
           
 Vector ExprParser.arg_list()
           
 Clause ExprParser.bool_function()
           
 Clause ExprParser.bool_function()
           
 Clause ExprParser.clause()
           
 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.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_clause()
           
 void ExprParser.proj_variable()
           
 void ExprParser.proj_variable()
           
 void ExprParser.projection()
           
 void ExprParser.projection()
           
 void ExprParser.selection()
           
 void ExprParser.selection()
           
 SubClause ExprParser.value()
           
 SubClause ExprParser.value()
           
 

Uses of NoSuchVariableException in dods.dap.Server
 

Methods in dods.dap.Server that throw NoSuchVariableException
 boolean CEEvaluator.evalClauses(Object specialO)
          Evaluate all of the Clauses in the Clause vector.
 boolean CEEvaluator.evalClauses(Object specialO)
          Evaluate all of the Clauses in the Clause vector.
 Vector SDSequence.getRowVector()
          Get the row vector for into which to read a row os data for this sequence.
 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.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(String expression)
          Parse a constraint expression.
 void CEEvaluator.parseConstraint(String expression)
          Parse a constraint expression.
abstract  boolean SDArray.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDBoolean.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDByte.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat64.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDGrid.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDList.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDSequence.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDString.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDStructure.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDURL.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean ServerMethods.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDArray.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDBoolean.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDByte.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDFloat64.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDGrid.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDInt32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDList.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDSequence.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDString.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDStructure.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDURL.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean ServerMethods.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 void CEEvaluator.send(String dataset, OutputStream sink, Object specialO)
          This function sends the variables described in the constrained DDS to the output described by sink.
 void CEEvaluator.send(String dataset, OutputStream sink, Object specialO)
          This function sends the variables described in the constrained DDS to the output described by sink.
 void SDArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDBoolean.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDByte.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDFloat32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDFloat64.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDGrid.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDInt16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDInt32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDList.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDSequence.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDString.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDStructure.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDUInt16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDUInt32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDURL.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void ServerMethods.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDBoolean.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDByte.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDFloat32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDFloat64.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDGrid.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDInt16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDInt32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDList.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDSequence.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDString.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDStructure.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDUInt16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDUInt32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void SDURL.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void ServerMethods.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 

Uses of NoSuchVariableException in dods.servers.agg
 

Methods in dods.servers.agg that throw NoSuchVariableException
 boolean ProxySDGrid.read(String datasetName, Object specialO)
           
 boolean AggSDGrid.read(String datasetName, Object specialO)
           
 void MemSDArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           
 void Agg3SDArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           
 void Agg1SDArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
           
 

Uses of NoSuchVariableException in dods.servers.netcdf
 

Methods in dods.servers.netcdf that throw NoSuchVariableException
 boolean NcSDGrid.read(String datasetName, Object specialO)
           
 

Uses of NoSuchVariableException in dods.servers.sql
 

Methods in dods.servers.sql that throw NoSuchVariableException
 boolean sqlURL.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlUI32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlUI16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlStruct.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlString.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlSeq.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlList.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlI32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlI16.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlGrid.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlF64.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlF32.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlByte.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlBool.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 boolean sqlArray.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
 void sqlCEEval.send(String dataset, OutputStream sink, Object specialO)
          This function sends the variables described in the constrained DDS to the output described by sink.
 void sqlURL.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlUI32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlUI16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlStruct.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlString.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlSeq.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlList.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlI32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlI16.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlGrid.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlF64.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlF32.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlByte.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlBool.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 void sqlArray.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          Server-side serialization for DODS variables (sub-classes of BaseType).
 

Uses of NoSuchVariableException in dods.servers.test
 

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