Uses of Class
opendap.dap.Server.WrongTypeException

Packages that use WrongTypeException
opendap.dap.parser This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
 

Uses of WrongTypeException in opendap.dap.parser
 

Methods in opendap.dap.parser that throw WrongTypeException
 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()
           
 

Uses of WrongTypeException in opendap.dap.Server
 

Methods in opendap.dap.Server that throw WrongTypeException
 void CEEvaluator.parseConstraint(java.lang.String expression)
          Parse a constraint expression.