|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDODSException | |
---|---|
dods.dap.Server | This package contains the DODS Server classes. |
Uses of SDODSException in dods.dap.Server |
---|
Subclasses of SDODSException in dods.dap.Server | |
---|---|
class |
InvalidOperatorException
Thrown when a RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float. |
class |
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
class |
RegExpException
Thrown by Operator.op when an attempt is made to parse a
improperly formed regular expression. |
class |
SBHException
The Something Bad Happened (SBH) Exception. |
class |
SSFunctionException
Thrown when a Server Side Function (SSF) is used incorrectly. |
class |
WrongTypeException
Report a type-mismatch problem in the constraint expression. |
Methods in dods.dap.Server that throw SDODSException | |
---|---|
boolean |
CEEvaluator.evalClauses(Object specialO)
Evaluate all of the Clauses in the Clause vector. |
boolean |
TopLevelClause.evaluate()
Evaluates the clause, first calling evaluate() on any sub-clauses it contains. |
dods.dap.BaseType |
SubClause.evaluate()
Evaluates the clause, first calling evaluate() on any sub-clauses it contains. |
boolean |
RelOpClause.evaluate()
|
boolean |
BoolFunctionClause.evaluate()
|
dods.dap.BaseType |
BTFunctionClause.evaluate()
|
boolean |
BoolFunction.evaluate(List args)
Evaluates the function using the argument list given. |
dods.dap.BaseType |
BTFunction.evaluate(List args)
Evaluates the function using the argument list given. |
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. |
SubClause |
ClauseFactory.newDereferenceClause(String url)
Generates a clause representing a remote value, referenced by a URL. |
TopLevelClause |
ClauseFactory.newRelOpClause(int operator,
SubClause lhs,
List rhs)
Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class. |
SubClause |
ClauseFactory.newValueClause(dods.dap.BaseType value,
boolean constant)
Generates a clause representing a simple value, such as "var1" or "19". |
protected dods.dap.BaseType |
DereferenceClause.retrieve(String url)
|
void |
CEEvaluator.send(String dataset,
OutputStream sink,
Object specialO)
This function sends the variables described in the constrained DDS to the output described by sink . |
void |
ServerMethods.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDURL.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDUInt32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDUInt16.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDStructure.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDString.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDSequence.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDList.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDInt32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDInt16.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDGrid.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDFloat64.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDFloat32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDByte.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDBoolean.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
void |
SDArray.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for DODS variables (sub-classes of BaseType ). |
Constructors in dods.dap.Server that throw SDODSException | |
---|---|
BoolFunctionClause(BoolFunction function,
List children)
Creates a new BoolFunctionClause. |
|
BTFunctionClause(BTFunction function,
List children)
Creates a new BTFunctionClause. |
|
DereferenceClause(String url)
Creates a new DereferenceClause |
|
RelOpClause(int operator,
SubClause lhs,
List rhs)
Creates a new RelOpClause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |