LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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.
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception.
 

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: