![]() |
Manual for OpenFLUID 2.1.11 |
#include <base/OtherException.hpp>
Public Member Functions | |
| OtherException (const std::string &Msg) | |
Public Member Functions inherited from openfluid::base::Exception | |
| Exception ()=delete | |
| virtual | ~Exception () throw () |
| const char * | what () const throw () |
| const std::string | getMessage () const |
| const std::string | getFullMessage () const |
| const ExceptionContext | getContext () const |
Protected Member Functions | |
| void | buildFullMessage () |
Protected Member Functions inherited from openfluid::base::Exception | |
| Exception (const std::string &Msg) | |
| Exception (const ExceptionContext &Context, const std::string &Msg) | |
Additional Inherited Members | |
Protected Attributes inherited from openfluid::base::Exception | |
| std::string | m_Message |
| ExceptionContext | m_Context |
| std::string | m_FullMessage |


|
inline |
|
inlineprotectedvirtual |
Implements openfluid::base::Exception.
1.8.17