LibreOffice
LibreOffice 24.2 SDK API Reference
|
This exception can be thrown in case a storage commit is failed. More...
import"UseBackupException.idl";
Public Attributes | |
string | TemporaryFileURL |
The URL of the temporary file the storage is based on now. 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 can be thrown in case a storage commit is failed.
If a commit process of a storage fails on last transfer and the original content may be corrupted the storage should throw this exception to notify the user that a backup usage is required to restore the original content.
The storage itself must disconnect from the medium it is based on to allow restoring. Although the storage will still contain all the data internally, and can be used as a temporary storage usually used.
string TemporaryFileURL |
The URL of the temporary file the storage is based on now.