exception ElementExistException in module com::sun::star::container::

(Global Index)

Syntax

exception ElementExistException : com::sun::star::uno::Exception ;

Description

is thrown by container methods, if an element is added which is already 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

XNameContainer

See also

XNameContainer::insertByName
Top of Page