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

exception BackendSetupException
Base Hierarchy
BackendSetupException
 ┗ ::com::sun::star::configuration::CannotLoadConfigurationException
    ┗ ::com::sun::star::uno::Exception

Elements' Summary
BackendException The exception that is raised by the underlying backend implementation.  
Elements' Details
BackendException
any BackendException;
Description
The exception that is raised by the underlying backend implementation.

May be a numeric error code, a message string or void, if the original exception is not represented as a ::com::sun::star::uno::Exception.

Top of Page