|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
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 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 |
DConnect.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
DAS |
DConnect2.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getData(StatusUI statusUI)
Return the data object with no local constraint expression. |
DataDDS |
DConnect2.getData(StatusUI statusUI)
Return the data object with no local constraint expression. |
DataDDS |
DConnect2.getData(java.lang.String CE)
|
DataDDS |
DConnect.getData(java.lang.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(java.lang.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(java.lang.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.getData(java.lang.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.getDataDDX()
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect2.getDataDDX()
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getDataDDX(java.lang.String CE)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect2.getDataDDX(java.lang.String CE)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getDataDDX(java.lang.String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect2.getDataDDX(java.lang.String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL. |
DataDDS |
DConnect.getDataFromUrl(java.net.URL url,
StatusUI statusUI,
BaseTypeFactory btf)
|
DDS |
DConnect.getDDS()
Returns the DDS object from the dataset referenced by this object's URL. |
DDS |
DConnect2.getDDS()
Returns the DDS object from the dataset referenced by this object's URL. |
DDS |
DConnect.getDDS(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL. |
DDS |
DConnect2.getDDS(java.lang.String CE)
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()
Returns the DDS object from the dataset referenced by this object's URL. |
DDS |
DConnect.getDDX(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL. |
DDS |
DConnect2.getDDX(java.lang.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(java.lang.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(java.lang.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(java.net.URL url,
StatusUI statusUI,
BaseTypeFactory btf)
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE. |
void |
DAS.parse(java.io.InputStream is)
Reads a DAS from the named InputStream/Reader . |
void |
DDS.parse(java.io.InputStream is)
Reads a DDS from the named InputStream
or Reader. |
Uses of ParseException in opendap.dap.parser |
---|
Methods in opendap.dap.parser that return ParseException | |
---|---|
ParseException |
ExprParser.generateParseException()
|
Methods in opendap.dap.parser that throw ParseException | |
---|---|
java.util.Vector |
ExprParser.arg_list()
|
java.util.Vector |
ExprParser.arg_list()
|
void |
ExprParser.array_index(int count,
ServerArrayMethods bt)
|
void |
ExprParser.array_index(int count,
ServerArrayMethods bt)
|
Clause |
ExprParser.bool_function()
|
Clause |
ExprParser.bool_function()
|
Clause |
ExprParser.clause()
|
Clause |
ExprParser.clause()
|
java.util.Stack |
ExprParser.component(java.util.Stack components)
|
java.util.Stack |
ExprParser.component(java.util.Stack components)
|
BaseType |
ExprParser.constant()
|
BaseType |
ExprParser.constant()
|
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser. |
void |
ErrorParser.ErrorObject(DAP2Exception exception)
|
java.lang.String |
ExprParser.field()
|
java.lang.String |
ExprParser.field()
|
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. |
void |
ExprParser.proj_clause()
|
void |
ExprParser.proj_clause()
|
void |
ExprParser.proj_variable()
|
void |
ExprParser.proj_variable()
|
void |
ExprParser.projection()
|
void |
ExprParser.projection()
|
int |
ExprParser.rel_op()
|
void |
ExprParser.selection()
|
void |
ExprParser.selection()
|
SubClause |
ExprParser.value()
|
SubClause |
ExprParser.value()
|
int |
DapParser.Lexer.yylex()
Entry point for the scanner. |
Constructors in opendap.dap.parser that throw ParseException | |
---|---|
DASParser(java.io.InputStream stream)
|
|
DDSParser(java.io.InputStream stream)
|
Uses of ParseException in opendap.dap.Server |
---|
Methods in opendap.dap.Server that throw ParseException | |
---|---|
void |
CEEvaluator.parseConstraint(java.lang.String expression)
Parse a constraint expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |