:: com :: sun :: star :: container ::

exception ElementExistException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-ElementExistException
Description
is thrown by container methods, if an element is added which is already a child of the container.

Probably not the same element is already a member, when this exception is thrown, but a member with the same id or name.

See also
::com::sun::star::container::XNameContainer
See also
::com::sun::star::container::XNameContainer::insertByName

Top of Page