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

#include <base/ApplicationException.hpp>

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

Public Member Functions

 ApplicationException (const ExceptionContext &Context, 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 (const std::string &AppName)
 
static ExceptionContext computeContext (const std::string &AppName, const std::string &AppPart)
 

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::ApplicationException::ApplicationException ( const ExceptionContext Context,
const std::string &  Msg 
)
inline

Member Function Documentation

void openfluid::base::ApplicationException::buildFullMessage ( )
inlineprotectedvirtual
static ExceptionContext openfluid::base::ApplicationException::computeContext ( const std::string &  AppName)
inlinestatic
static ExceptionContext openfluid::base::ApplicationException::computeContext ( const std::string &  AppName,
const std::string &  AppPart 
)
inlinestatic

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