LibreOffice Module cppuhelper (master) 1
Public Member Functions | Private Attributes | List of all members
cppu::BootstrapException Class Reference

An exception indicating a bootstrap error. 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::OUString & getMessage () const
 Gets the message. More...
 

Private Attributes

::rtl::OUString m_aMessage
 

Detailed Description

An exception indicating a bootstrap error.

Available since: \n UDK 3.2.0

Definition at line 87 of file bootstrap.hxx.

Constructor & Destructor Documentation

◆ BootstrapException() [1/3]

cppu::BootstrapException::BootstrapException ( )

Constructs a BootstrapException.

Definition at line 55 of file bootstrap.cxx.

◆ BootstrapException() [2/3]

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

Constructs a BootstrapException with the specified detail message.

Parameters
rMessageA message containing any details about the exception.

◆ BootstrapException() [3/3]

cppu::BootstrapException::BootstrapException ( const BootstrapException e)

Copy constructs a BootstrapException.

Definition at line 64 of file bootstrap.cxx.

References m_aMessage.

◆ ~BootstrapException()

cppu::BootstrapException::~BootstrapException ( )
virtual

Destructs a BootstrapException.

Definition at line 69 of file bootstrap.cxx.

Member Function Documentation

◆ getMessage()

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

Gets the message.

Returns
A reference to the message. The reference is valid for the lifetime of this BootstrapException.

Definition at line 79 of file bootstrap.cxx.

References m_aMessage.

◆ operator=()

BootstrapException & cppu::BootstrapException::operator= ( const BootstrapException e)

Assigns a BootstrapException.

Definition at line 73 of file bootstrap.cxx.

References m_aMessage.

Member Data Documentation

◆ m_aMessage

::rtl::OUString cppu::BootstrapException::m_aMessage
private

Definition at line 127 of file bootstrap.hxx.

Referenced by BootstrapException(), getMessage(), and operator=().


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