
#include <base/FrameworkException.hpp>
Public Member Functions | |
| FrameworkException (const std::string &Msg) | |
| FrameworkException (const std::string &Source, const std::string &Msg) | |
Public Member Functions inherited from openfluid::base::Exception | |
| virtual | ~Exception () throw () |
| const char * | what () const throw () |
| const std::string | getMessage () const |
Protected Member Functions | |
| void | buildFullMessage () |
Protected Member Functions inherited from openfluid::base::Exception | |
| 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 | |
Protected Attributes inherited from openfluid::base::Exception | |
| std::string | m_Message |
| std::string | m_Sender |
| std::string | m_Source |
| std::string | m_FullMessage |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Implements openfluid::base::Exception.
1.8.6