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

exception MissingBootstrapFileException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-CannotLoadConfigurationException
    |
    +-MissingBootstrapFileException
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