Uses of Class
dods.dap.AttributeExistsException

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

Uses of AttributeExistsException in dods.dap
 

Methods in dods.dap that throw AttributeExistsException
 void AttributeTable.appendAttribute(java.lang.String name, int type, java.lang.String value, boolean check)
          Adds an attribute to the table.
 void AttributeTable.appendAttribute(java.lang.String name, int type, java.lang.String value)
          Adds an attribute to the table.
 void AttributeTable.addAlias(java.lang.String alias, java.lang.String name)
          Add an alias to the current table.