LibreOffice
LibreOffice 4.3 SDK C/C++ API Reference
Public Member Functions | List of all members
cppu::BootstrapException Class 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...
 
BootstrapExceptionoperator= (const BootstrapException &e)
 Assigns a BootstrapException. More...
 
const ::rtl::OUStringgetMessage () const
 Gets the message. More...
 

Detailed Description

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.

Returns
component contextBootstraps an initial component context with service manager upon information from an ini file.

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.

Parameters
iniFileini filename to get bootstrap variables
Returns
component context An exception indicating a bootstrap error.
Since
UDK 3.2.0

Constructor & Destructor Documentation

cppu::BootstrapException::BootstrapException ( )

Constructs a BootstrapException.

cppu::BootstrapException::BootstrapException ( const ::rtl::OUString rMessage)

Constructs a BootstrapException with the specified detail message.

Parameters
rMessageA message containing any details about the exception.
cppu::BootstrapException::BootstrapException ( const BootstrapException e)

Copy constructs a BootstrapException.

virtual cppu::BootstrapException::~BootstrapException ( )
virtual

Destructs a BootstrapException.

Member Function Documentation

const ::rtl::OUString& cppu::BootstrapException::getMessage ( ) const

Gets the message.

Returns
A reference to the message. The reference is valid for the lifetime of this BootstrapException.
BootstrapException& cppu::BootstrapException::operator= ( const BootstrapException e)

Assigns a BootstrapException.


The documentation for this class was generated from the following file: