:: com :: sun :: star :: configuration ::

exception CorruptedConfigurationException
Base Hierarchy
CorruptedConfigurationException
 ┗ ::com::sun::star::uno::RuntimeException
    ┗ ::com::sun::star::uno::Exception
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.

Elements' Summary
Details Instead of the message part of an exception, this value describe the type of corruption more in detail.  
Elements' Details
Details
string Details;
Description
Instead of the message part of an exception, this value describe the type of corruption more in detail.
Top of Page