Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
openfluid::base::FrameworkException Class Reference

#include <base/FrameworkException.hpp>

Inheritance diagram for openfluid::base::FrameworkException:
Inheritance graph
[legend]
Collaboration diagram for openfluid::base::FrameworkException:
Collaboration graph
[legend]

Public Member Functions

 FrameworkException (const ExceptionContext &Context, const std::string &Msg)
 
 FrameworkException (const std::string &CodeLoc, const std::string &Msg)
 
 FrameworkException (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
 
const std::string getFullMessage () const
 
const ExceptionContext getContext () const
 

Static Public Member Functions

static ExceptionContext computeContext ()
 
static ExceptionContext computeContext (const std::string &CodeLoc)
 

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
 

Constructor & Destructor Documentation

openfluid::base::FrameworkException::FrameworkException ( const ExceptionContext Context,
const std::string &  Msg 
)
inline
openfluid::base::FrameworkException::FrameworkException ( const std::string &  CodeLoc,
const std::string &  Msg 
)
inline
openfluid::base::FrameworkException::FrameworkException ( const std::string &  Msg)
inline

Member Function Documentation

void openfluid::base::FrameworkException::buildFullMessage ( )
inlineprotectedvirtual
static ExceptionContext openfluid::base::FrameworkException::computeContext ( )
inlinestatic
static ExceptionContext openfluid::base::FrameworkException::computeContext ( const std::string &  CodeLoc)
inlinestatic

The documentation for this class was generated from the following file: