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

exception InvalidBootstrapFileException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::configuration::CannotLoadConfigurationException
    |
    +-InvalidBootstrapFileException
Description
is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration contains invalid data

Elements' Summary
BootstrapFileURL the URL of the bootstrap file that is invalid  
Elements' Details
BootstrapFileURL
string BootstrapFileURL;
Description
the URL of the bootstrap file that is invalid
Top of Page