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

exception MissingBootstrapFileException
Base Hierarchy
MissingBootstrapFileExceptionCannotLoadConfigurationException
    ┗ ::com::sun::star::uno::Exception
Description
is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration is missing

Elements' Summary
BootstrapFileURL the URL of the bootstrap file that could not be found 
Elements' Details
BootstrapFileURL
string BootstrapFileURL;
Description
the URL of the bootstrap file that could not be found
Top of Page