40 #ifndef __OPENFLUID_BASE_EXCEPTION_HPP__
41 #define __OPENFLUID_BASE_EXCEPTION_HPP__
87 const char *
what()
const throw()
Definition: ExceptionContext.hpp:54
Definition: Exception.hpp:53
virtual ~Exception()
Definition: Exception.hpp:79
const std::string getMessage() const
Definition: Exception.hpp:101
const char * what() const
Definition: Exception.hpp:87
virtual void buildFullMessage()=0
const std::string getFullMessage() const
Definition: Exception.hpp:111
std::string m_Message
Definition: Exception.hpp:56
Exception(const std::string &Msg)
Definition: Exception.hpp:66
std::string m_FullMessage
Definition: Exception.hpp:60
const ExceptionContext getContext() const
Definition: Exception.hpp:121
ExceptionContext m_Context
Definition: Exception.hpp:58
Exception(const ExceptionContext &Context, const std::string &Msg)
Definition: Exception.hpp:70
Definition: ApplicationException.hpp:47