| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
is thrown by XCommandProcessor::execute() to indicate that the same command identifier was used for two threads. More...
import"DuplicateCommandIdentifierException.idl";
  
 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... | |
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.
 1.8.14