|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExistenceException | |
cds.util | |
cds.xml | CDS management of XML output generation. |
Uses of ExistenceException in cds.util |
Methods in cds.util that throw ExistenceException | |
void |
SortedHashMap.add(java.lang.Object key,
java.lang.Object data)
Add an object with its key. |
void |
SortedHashMap.add(java.lang.Object key,
int pos,
java.lang.Object data)
Add a new object with its key at a specified position The object will be added to the current list a the defined position. |
void |
SortedHashtable.add(java.lang.Object key,
java.lang.Object data)
Add an object with its key. |
void |
SortedHashtable.add(java.lang.Object key,
int pos,
java.lang.Object data)
Add a new object with its key at a specified position The object will be added to the current list a the defined position. |
boolean |
TreeHashMap.put(java.lang.String key,
java.lang.Object value)
Add an item to the tree. |
boolean |
TreeHashMap.put(java.lang.String key,
java.lang.Object value,
boolean create)
Add an item to the tree. |
Uses of ExistenceException in cds.xml |
Methods in cds.xml that throw ExistenceException | |
VotTable |
VotTable.addField(VotField fld)
|
VotTable |
VotTable.addField(int pos,
VotField fld)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |