Uses of Class
opendap.dap.parsers.ParseException

Packages that use ParseException
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.dap.parsers This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.Server This package contains the OPeNDAP Server classes. 
opendap.Server.parsers This package contains Bison 2.4.2 generated Constraint Expression parser classes. 
opendap.servlet This package contains the core code for an OPeNDAP servlet engine. 
 

Uses of ParseException in opendap.dap
 

Methods in opendap.dap that throw ParseException
 void DConnect.getBlobData(DataDDS dds, StatusUI statusUI)
          Opens the BLOB uRL in the DDS supplied and deserializes that binary content sent from the server cooresponding to the DDS.
 DAS DConnect2.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.
 DataDDS DConnect.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.
 DataDDS DConnect2.getData(String CE)
           
 DataDDS DConnect2.getData(String CE, StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getData(String CE, StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect2.getData(String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getData(String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect2.getDataDDX()
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataDDX()
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX(String CE)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataDDX(String CE)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX(String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataDDX(String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataFromUrl(URL url, StatusUI statusUI, BaseTypeFactory btf)
           
 DDS DConnect2.getDDS()
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect.getDDS()
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect2.getDDS(String CE)
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect.getDDS(String CE)
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect2.getDDX()
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect.getDDX()
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect2.getDDX(String CE)
          Returns the DDS object from the dataset referenced by this object's URL.
 DDS DConnect.getDDX(String CE)
          Returns the DDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDDXData(StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDDXData(String CE, StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDDXData(String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDDXDataFromURL(URL url, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 boolean DDS.parse(InputStream stream)
           
 boolean DAS.parse(InputStream stream)
           
 

Uses of ParseException in opendap.dap.parsers
 

Methods in opendap.dap.parsers that throw ParseException
 int Dapparse.dapparse(InputStream stream, DDS dds, DAS das, DAP2Exception err)
          **********************************************
 int Dapparse.dasparse(InputStream stream, DAS das)
           
 int Dapparse.ddsparse(InputStream stream, DDS dds)
           
 int Dapparse.errparse(InputStream stream, DAP2Exception err)
           
 boolean DapParser.parse()
          Parse input from the scanner that was specified at object construction time.
 boolean DapParser.parse()
          Parse input from the scanner that was specified at object construction time.
abstract  boolean Dapparse.parse(InputStream stream)
          **********************************************
 boolean DapParser.parse(InputStream stream)
           
 int DapParser.Lexer.yylex()
          Entry point for the scanner.
 

Uses of ParseException in opendap.Server
 

Methods in opendap.Server that throw ParseException
 void CEEvaluator.parseConstraint(ReqState rs)
          Convenience wrapper for parseConstraint.
 void CEEvaluator.parseConstraint(String expression, String url)
          Parse a constraint expression.
 

Uses of ParseException in opendap.Server.parsers
 

Methods in opendap.Server.parsers that throw ParseException
 boolean Ceparse.constraint_expression(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory)
          *********************
static boolean CeParser.constraint_expression(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory, String constraint, String url)
           
 boolean CeParser.parse()
          Parse input from the scanner that was specified at object construction time.
 boolean CeParser.parse()
          Parse input from the scanner that was specified at object construction time.
abstract  boolean Ceparse.parse()
          **********************************************
 int CeParser.Lexer.yylex()
          Entry point for the scanner.
 

Uses of ParseException in opendap.servlet
 

Methods in opendap.servlet with parameters of type ParseException
 void AbstractServlet.parseExceptionHandler(ParseException pe, javax.servlet.http.HttpServletResponse response)
          ************************************************************************ Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
 

Methods in opendap.servlet that throw ParseException
 DAS GuardedDataset.getDAS()
          Get the DAS for this Dataset.
protected abstract  GuardedDataset AbstractServlet.getDataset(ReqState rs)
          ************************************************************************ This method must be implemented locally for each OPeNDAP server.
 ServerDDS GuardedDataset.getDDS()
          Get the DDS for this Dataset.
 DDS GetHTMLInterfaceHandler.getWebFormDDS(String dataSet, ServerDDS sDDS)
          ************************************************************************ Gets a DDS for the specified data set and builds it using the class factory in the package opendap.servlet.www.
 void GetAsciiHandler.sendASCII(ReqState rs, String dataSet)
          ************************************************************************ Default handler for OPeNDAP ascii requests.
 void GetHTMLInterfaceHandler.sendDataRequestForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String dataSet, ServerDDS sdds, DAS myDAS)
          ************************************************************************ Default handler for OPeNDAP .html requests.
 void GetDirHandler.sendDIR(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ReqState rs)
          ************************************************************************ Default handler for OPeNDAP directory requests.
 void GetInfoHandler.sendINFO(PrintStream pw, GuardedDataset gds, ReqState rs)
          ************************************************************************ Default handler for OPeNDAP info requests.
 



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