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

exception InvalidBootstrapFileException
Base Hierarchy
InvalidBootstrapFileExceptionCannotLoadConfigurationException
    ┗ ::com::sun::star::uno::Exception
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