Uses of Class
opendap.dap.AttributeExistsException

Packages that use AttributeExistsException
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
 

Uses of AttributeExistsException in opendap.dap
 

Methods in opendap.dap that throw AttributeExistsException
 void AttributeTable.addAlias(java.lang.String alias, java.lang.String attributeName)
          Add an alias to the current table.
 void BaseType.addAttributeContainer(AttributeTable at)
           
 void DAS.addAttributeTable(java.lang.String name, AttributeTable a)
          Adds an AttributeTable to the DAS.
 void AttributeTable.addContainer(java.lang.String name, AttributeTable at)
          Create and append an attribute container to the table.