Uses of Class
dods.dap.BadSemanticsException

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

Uses of BadSemanticsException in dods.dap
 

Methods in dods.dap that throw BadSemanticsException
 void BaseType.checkSemantics(boolean all)
          Checks for internal consistency.
 void BaseType.checkSemantics()
          Check semantics.
 void DArray.checkSemantics(boolean all)
          Checks for internal consistency.
 void DDS.checkSemantics(boolean all)
          Check the semantics of the DDS.
 void DDS.checkSemantics()
          Check the semantics of the DDS.
 void DGrid.checkSemantics(boolean all)
          Checks for internal consistency.
 void DSequence.checkSemantics(boolean all)
          Checks for internal consistency.
 void DStructure.checkSemantics(boolean all)
          Checks for internal consistency.