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

This exception is thrown in case a configuration does not exists or contains corrupt data. More...

import"CorruptedConfigurationException.idl";

Inheritance diagram for CorruptedConfigurationException:
RuntimeException Exception CorruptedUIConfigurationException

Public Attributes

string Details
 Instead of the message part of an exception, this value describe the type of corruption more in detail. 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 is thrown in case a configuration does not exists or contains corrupt data.

This exception must be used as base exception to derive specialized exceptions from it which identify a concrete error case.

Since
OOo 2.3

Member Data Documentation

◆ Details

string Details

Instead of the message part of an exception, this value describe the type of corruption more in detail.


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