exception CommandFailedException in module com::sun::star::ucb::

(Global Index)

Syntax

exception CommandFailedException : com::sun::star::uno::Exception ;

Description

This exception is thrown if an exception situation occured during the processing of a command and an 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.

See also

XCommandProcesssor

Field Summary

Reason contains the exception that was passed to the XInteractionHandler .

Field Details



Reason

Syntax

any Reason;

Description

contains the exception that was passed to the XInteractionHandler .

Top of Page