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

is thrown by XCommandProcessor::execute() to indicate that the same command identifier was used for two threads. More...

import"DuplicateCommandIdentifierException.idl";

Inheritance diagram for DuplicateCommandIdentifierException:
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 XCommandProcessor::execute() to indicate that the same command identifier was used for two threads.

Each thread must use its own command identifier, which must be obtained using XCommandProcessor::createCommandIdentifier(). Command identifier 0, which indicates that the command shall never be aborted by a client, can be used by any thread.

Version
1.0
See also
XCommandProcessor

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