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

(Global Index)

Syntax

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

Description

is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration contains invalid data

Field Summary

BootstrapFileURL the URL of the bootstrap file that is invalid

Field Details



BootstrapFileURL

Syntax

string BootstrapFileURL;

Description

the URL of the bootstrap file that is invalid

Top of Page