Documentation for OpenFLUID
2.2.0
|
#include <utils/GitProxy.hpp>
Public Member Functions | |
GitOperationException (const std::string &Msg) | |
![]() | |
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 () |
![]() | |
Exception (const std::string &Msg) | |
Exception (const ExceptionContext &Context, const std::string &Msg) | |
Additional Inherited Members | |
![]() | |
std::string | m_Message |
ExceptionContext | m_Context |
std::string | m_FullMessage |
|
inline |
|
inlineprotectedvirtual |
Implements openfluid::base::Exception.