biogears::PhysiologyEngineException Struct Reference
Base exception class that all CDM classes throw when an error occurs. More...
#include <PhysiologyEngine.h>
Inheritance diagram for biogears::PhysiologyEngineException:

Public Member Functions | |
| PhysiologyEngineException () | |
| PhysiologyEngineException (const char *_Message) | |
| PhysiologyEngineException (const std::string &_Message) | |
Public Member Functions inherited from biogears::CommonDataModelException | |
| CommonDataModelException () | |
| CommonDataModelException (const char *_Message) | |
| CommonDataModelException (const std::string &_Message) | |
| ~CommonDataModelException () override=default | |
Detailed Description
Base exception class that all CDM classes throw when an error occurs.
Constructor & Destructor Documentation
|
inline |
|
inline |
|
inline |


Public Member Functions inherited from