Uses of Class
opendap.dap.NoSuchFunctionException

Packages that use NoSuchFunctionException
opendap.Server This package contains the OPeNDAP Server classes. 
 

Uses of NoSuchFunctionException in opendap.Server
 

Methods in opendap.Server that throw NoSuchFunctionException
 BoolFunction FunctionLibrary.getBoolFunction(String name)
          Retrieves a boolean function from the library.
 BTFunction FunctionLibrary.getBTFunction(String name)
          Retrieves a BaseType function from the library.
 TopLevelClause ClauseFactory.newBoolFunctionClause(String functionName, List children)
          Generates a clause which invokes a function that returns a boolean value.
 SubClause ClauseFactory.newBTFunctionClause(String functionName, List children)
          Generates a clause which invokes a function that returns a BaseType.
 void CEEvaluator.parseConstraint(ReqState rs)
          Convenience wrapper for parseConstraint.
 void CEEvaluator.parseConstraint(String expression, String url)
          Parse a constraint expression.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.