LibreOffice
LibreOffice 4.3 SDK C/C++ API Reference
|
Bootstraps an initial component context with service manager upon information from bootstrap variables. More...
#include <bootstrap.hxx>
Public Member Functions | |
BootstrapException () | |
Constructs a BootstrapException. More... | |
BootstrapException (const ::rtl::OUString &rMessage) | |
Constructs a BootstrapException with the specified detail message. More... | |
BootstrapException (const BootstrapException &e) | |
Copy constructs a BootstrapException. More... | |
virtual | ~BootstrapException () |
Destructs a BootstrapException. More... | |
BootstrapException & | operator= (const BootstrapException &e) |
Assigns a BootstrapException. More... | |
const ::rtl::OUString & | getMessage () const |
Gets the message. More... | |
Bootstraps an initial component context with service manager upon information from bootstrap variables.
This function tries to find its parameters via these bootstrap variables:
Please look at http://udk.openoffice.org/common/man/concept/uno_default_bootstrapping.html for further info.
This function tries to find its parameters via these bootstrap variables:
Please look at http://udk.openoffice.org/common/man/concept/uno_default_bootstrapping.html for further info.
iniFile | ini filename to get bootstrap variables |
cppu::BootstrapException::BootstrapException | ( | ) |
Constructs a BootstrapException.
cppu::BootstrapException::BootstrapException | ( | const ::rtl::OUString & | rMessage | ) |
Constructs a BootstrapException with the specified detail message.
rMessage | A message containing any details about the exception. |
cppu::BootstrapException::BootstrapException | ( | const BootstrapException & | e | ) |
Copy constructs a BootstrapException.
|
virtual |
Destructs a BootstrapException.
const ::rtl::OUString& cppu::BootstrapException::getMessage | ( | ) | const |
Gets the message.
BootstrapException& cppu::BootstrapException::operator= | ( | const BootstrapException & | e | ) |
Assigns a BootstrapException.