LibreOffice
LibreOffice 24.2 SDK API Reference
|
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";
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... | |
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.
any Reason |
contains the exception that was passed to the com::sun::star::task::XInteractionHandler.