22 module
com { module sun { module star { module container {
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
Insertion and removal of hierarchical elements.
Definition XHierarchicalNameContainer.idl:29
void removeByHierarchicalName([in] string Name)
removes the element at the specified name.
void insertByHierarchicalName([in] string aName, [in] any aElement)
inserts the element at the specified name.
Replacement of hierarchical elements.
Definition XHierarchicalNameReplace.idl:29
Definition Ambiguous.idl:20