All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
openfluid::base::Exception Class Referenceabstract

#include <base/Exception.hpp>

Inheritance diagram for openfluid::base::Exception:
openfluid::base::ApplicationException openfluid::base::FrameworkException openfluid::base::OtherException openfluid::ware::WareException

Public Member Functions

virtual ~Exception () throw ()
 
const char * what () const throw ()
 
const std::string getMessage () const
 

Protected Member Functions

virtual void buildFullMessage ()=0
 
 Exception (const std::string &Msg)
 
 Exception (const std::string &Sender, const std::string &Msg)
 
 Exception (const std::string &Sender, const std::string &Source, const std::string &Msg)
 

Protected Attributes

std::string m_Message
 
std::string m_Sender
 
std::string m_Source
 
std::string m_FullMessage
 

Constructor & Destructor Documentation

openfluid::base::Exception::Exception ( const std::string &  Msg)
inlineprotected
openfluid::base::Exception::Exception ( const std::string &  Sender,
const std::string &  Msg 
)
inlineprotected
openfluid::base::Exception::Exception ( const std::string &  Sender,
const std::string &  Source,
const std::string &  Msg 
)
inlineprotected
virtual openfluid::base::Exception::~Exception ( )
throw (
)
inlinevirtual

Member Function Documentation

virtual void openfluid::base::Exception::buildFullMessage ( )
protectedpure virtual
const std::string openfluid::base::Exception::getMessage ( ) const
inline
const char* openfluid::base::Exception::what ( ) const
throw (
)
inline

Member Data Documentation

std::string openfluid::base::Exception::m_FullMessage
protected
std::string openfluid::base::Exception::m_Message
protected
std::string openfluid::base::Exception::m_Sender
protected
std::string openfluid::base::Exception::m_Source
protected

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