LibreOffice
LibreOffice 24.2 SDK API Reference
|
the base of all UNO exceptions More...
import"Exception.idl";
Public Attributes | |
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... | |
the base of all UNO exceptions
All exceptions defined in UNO idl should derive from this exception.
com::sun::star::uno::XInterface Context |
should contain a reference to the original, which raised the exception.
May be NULL.
string Message |
gives a detailed description of the reason, why the exception was thrown.
The description should be as detailed as possible.