19#ifndef __com_sun_star_container_XNameReplace_idl__
20#define __com_sun_star_container_XNameReplace_idl__
31module
com { module sun { module star { module container {
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:38
is used to access named objects within a container.
Definition XNameAccess.idl:40
This is the generic interface for supporting the replacement of named elements.
Definition XNameReplace.idl:39
void replaceByName([in] string aName, [in] any aElement)
replaces the element with the specified name with the given element.
Definition Ambiguous.idl:22