|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DASException | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.dap.parser | This package contains JavaCC generated DAP parser classes. |
Uses of DASException in dods.dap |
Subclasses of DASException in dods.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 |
NoSuchAttributeException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
Methods in dods.dap that throw DASException | |
void |
DAS.parse(java.io.InputStream is)
Reads a DAS from the named InputStream . |
DAS |
DConnect.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
Uses of DASException in dods.dap.parser |
Methods in dods.dap.parser that throw DASException | |
void |
DASParser.Attributes(DAS das)
|
void |
DASParser.Attribute()
|
void |
DASParser.AttrList()
|
void |
DASParser.AttrTuple()
|
void |
DASParser.Bytes()
|
void |
DASParser.Ints()
|
void |
DASParser.Floats()
|
void |
DASParser.Strs()
|
void |
DASParser.Urls()
|
void |
DASParser.Alias()
|
Token |
DASParser.Name()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |