exception MissingBootstrapFileException in module com::sun::star::configuration::

(Global Index)

Syntax

exception MissingBootstrapFileException : com::sun::star::configuration::CannotLoadConfigurationException ;

Description

is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration is missing

Field Summary

BootstrapFileURL the URL of the bootstrap file that could not be found

Field Details



BootstrapFileURL

Syntax

string BootstrapFileURL;

Description

the URL of the bootstrap file that could not be found

Top of Page