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

This exception can be thrown in case a storage commit is failed. More...

import"UseBackupException.idl";

Inheritance diagram for UseBackupException:
IOException Exception

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...
 

Detailed Description

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.

Member Data Documentation

◆ TemporaryFileURL

string TemporaryFileURL

The URL of the temporary file the storage is based on now.


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