|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DASException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
Uses of DASException in opendap.dap |
---|
Subclasses of DASException in opendap.dap | |
---|---|
class |
AttributeBadValueException
Thrown by Attribute when a bad value
(not one of the supported types) is stored in an Attribute. |
class |
AttributeExistsException
Thrown by AttributeTable when an attempt is made to create an
attribute that already exists. |
class |
MalformedAliasException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
class |
NoSuchAttributeException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
class |
UnresolvedAliasException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
Methods in opendap.dap that throw DASException | |
---|---|
void |
BaseType.addAttributeAlias(String alias,
String attributeName)
|
void |
AttributeTable.appendAttribute(String name,
int type,
String value)
Adds an attribute to the table. |
void |
BaseType.appendAttribute(String name,
int type,
String value)
|
void |
AttributeTable.appendAttribute(String name,
int type,
String value,
boolean check)
Adds an attribute to the table. |
void |
BaseType.appendAttribute(String name,
int type,
String value,
boolean check)
|
void |
AttributeTable.delAttribute(String name,
int i)
Delete the attribute named name . |
void |
BaseType.delAttribute(String name,
int i)
|
DAS |
DDS.getDAS()
Creates a DAS object from the collection of BaseType variables and their
associated Attributes . |
DAS |
DConnect.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |