All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
openfluid::ware::WareException Class Reference

#include <ware/WareException.hpp>

Inheritance diagram for openfluid::ware::WareException:
openfluid::base::Exception

Public Member Functions

 WareException (const WareID_t &ID, const PluggableWare::WareType &WType, const std::string &Source, const std::string &Msg)
 
 WareException (const WareID_t &ID, const PluggableWare::WareType &WType, const openfluid::base::SimulationStatus::SimulationStage &Stage, const std::string &Msg)
 
 WareException (const WareID_t &ID, const PluggableWare::WareType &WType, const std::string &Source, const openfluid::core::TimeIndex_t &TimeIndex, const std::string &Msg)
 
 WareException (const WareID_t &ID, const PluggableWare::WareType &WType, const openfluid::base::SimulationStatus::SimulationStage &Stage, const openfluid::core::TimeIndex_t &TimeIndex, 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
 

Static Public Member Functions

static void updateSourceInfo (const PluggableWare::WareType &WType, const openfluid::base::SimulationStatus::SimulationStage &Stage, std::string &SourceStr)
 

Protected Member Functions

void buildFullMessage ()
 
- Protected Member Functions inherited from openfluid::base::Exception
 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

PluggableWare::WareType m_WareType
 
openfluid::base::SimulationStatus::SimulationStage m_Stage
 
openfluid::core::TimeIndex_t m_TimeIndex
 
bool m_IsTimeIndexed
 
- Protected Attributes inherited from openfluid::base::Exception
std::string m_Message
 
std::string m_Sender
 
std::string m_Source
 
std::string m_FullMessage
 

Constructor & Destructor Documentation

openfluid::ware::WareException::WareException ( const WareID_t ID,
const PluggableWare::WareType WType,
const std::string &  Source,
const std::string &  Msg 
)
inline
openfluid::ware::WareException::WareException ( const WareID_t ID,
const PluggableWare::WareType WType,
const openfluid::base::SimulationStatus::SimulationStage Stage,
const std::string &  Msg 
)
inline
openfluid::ware::WareException::WareException ( const WareID_t ID,
const PluggableWare::WareType WType,
const std::string &  Source,
const openfluid::core::TimeIndex_t TimeIndex,
const std::string &  Msg 
)
inline
openfluid::ware::WareException::WareException ( const WareID_t ID,
const PluggableWare::WareType WType,
const openfluid::base::SimulationStatus::SimulationStage Stage,
const openfluid::core::TimeIndex_t TimeIndex,
const std::string &  Msg 
)
inline

Member Function Documentation

void openfluid::ware::WareException::buildFullMessage ( )
inlineprotectedvirtual
static void openfluid::ware::WareException::updateSourceInfo ( const PluggableWare::WareType WType,
const openfluid::base::SimulationStatus::SimulationStage Stage,
std::string &  SourceStr 
)
inlinestatic

Member Data Documentation

bool openfluid::ware::WareException::m_IsTimeIndexed
protected
openfluid::base::SimulationStatus::SimulationStage openfluid::ware::WareException::m_Stage
protected
openfluid::core::TimeIndex_t openfluid::ware::WareException::m_TimeIndex
protected
PluggableWare::WareType openfluid::ware::WareException::m_WareType
protected

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