|
LibreOffice Module cppuhelper (master) 1
|
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... | |
| BootstrapException & | operator= (const BootstrapException &e) |
| Assigns a BootstrapException. More... | |
| const ::rtl::OUString & | getMessage () const |
| Gets the message. More... | |
Private Attributes | |
| ::rtl::OUString | m_aMessage |
An exception indicating a bootstrap error.
Definition at line 87 of file bootstrap.hxx.
| cppu::BootstrapException::BootstrapException | ( | ) |
Constructs a BootstrapException.
Definition at line 55 of file bootstrap.cxx.
| 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.
Definition at line 64 of file bootstrap.cxx.
References m_aMessage.
|
virtual |
Destructs a BootstrapException.
Definition at line 69 of file bootstrap.cxx.
| const OUString & cppu::BootstrapException::getMessage | ( | ) | const |
Gets the message.
Definition at line 79 of file bootstrap.cxx.
References m_aMessage.
| BootstrapException & cppu::BootstrapException::operator= | ( | const BootstrapException & | e | ) |
|
private |
Definition at line 127 of file bootstrap.hxx.
Referenced by BootstrapException(), getMessage(), and operator=().