#include <base/OtherException.hpp>
Public Member Functions | |
OtherException (const std::string &Msg) | |
![]() | |
virtual | ~Exception () throw () |
const char * | what () const throw () |
const std::string | getMessage () const |
Protected Member Functions | |
void | buildFullMessage () |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
std::string | m_Message |
std::string | m_Sender |
std::string | m_Source |
std::string | m_FullMessage |
|
inline |
|
inlineprotectedvirtual |
Implements openfluid::base::Exception.