LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CommandFailedException Exception Referencepublished

This exception is thrown if an exception situation occurred during the processing of a command and an com::sun::star::task::XInteractionHandler was able to handle the request for the error condition and the requesting code decided to abort the command execution according to the selection made by the interaction handler. More...

import"CommandFailedException.idl";

Inheritance diagram for CommandFailedException:
Exception

Public Attributes

any Reason
 contains the exception that was passed to the com::sun::star::task::XInteractionHandler. More...
 
- 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

This exception is thrown if an exception situation occurred during the processing of a command and an com::sun::star::task::XInteractionHandler was able to handle the request for the error condition and the requesting code decided to abort the command execution according to the selection made by the interaction handler.

Version
1.0
See also
XCommandProcessor

Member Data Documentation

◆ Reason

any Reason

contains the exception that was passed to the com::sun::star::task::XInteractionHandler.


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