| LibreOffice
    LibreOffice 24.8 SDK C/C++ API Reference | 
An exception indicating a bootstrap error. More...
#include <bootstrap.hxx>
| Public Member Functions | |
| BootstrapException () | |
| Constructs a BootstrapException. | |
| BootstrapException (const ::rtl::OUString &rMessage) | |
| Constructs a BootstrapException with the specified detail message. | |
| BootstrapException (const BootstrapException &e) | |
| Copy constructs a BootstrapException. | |
| virtual | ~BootstrapException () | 
| Destructs a BootstrapException. | |
| BootstrapException & | operator= (const BootstrapException &e) | 
| Assigns a BootstrapException. | |
| const ::rtl::OUString & | getMessage () const | 
| Gets the message. | |
An exception indicating a bootstrap error.
| 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.