LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
ElementExistException Exception Referencepublished

is thrown by container methods, if an element is added which is already a child of the container. More...

import"ElementExistException.idl";

Inheritance diagram for ElementExistException:
Exception

Additional Inherited Members

- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed 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
XNameContainer
XNameContainer::insertByName

The documentation for this exception was generated from the following file: