#include <base/Exception.hpp>
|
| virtual void | buildFullMessage ()=0 |
| |
| | Exception (const std::string &Msg) |
| |
| | Exception (const std::string &Sender, const std::string &Msg) |
| |
| | Exception (const std::string &Sender, const std::string &Source, const std::string &Msg) |
| |
| openfluid::base::Exception::Exception |
( |
const std::string & |
Msg | ) |
|
|
inlineprotected |
| openfluid::base::Exception::Exception |
( |
const std::string & |
Sender, |
|
|
const std::string & |
Msg |
|
) |
| |
|
inlineprotected |
| openfluid::base::Exception::Exception |
( |
const std::string & |
Sender, |
|
|
const std::string & |
Source, |
|
|
const std::string & |
Msg |
|
) |
| |
|
inlineprotected |
| virtual openfluid::base::Exception::~Exception |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
| virtual void openfluid::base::Exception::buildFullMessage |
( |
| ) |
|
|
protectedpure virtual |
| const std::string openfluid::base::Exception::getMessage |
( |
| ) |
const |
|
inline |
| const char* openfluid::base::Exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
| std::string openfluid::base::Exception::m_FullMessage |
|
protected |
| std::string openfluid::base::Exception::m_Message |
|
protected |
| std::string openfluid::base::Exception::m_Sender |
|
protected |
| std::string openfluid::base::Exception::m_Source |
|
protected |
The documentation for this class was generated from the following file: