 |
helics
2.8.1
|
8 #ifndef _HELICS_CPP98_EXCEPTIONS_
9 #define _HELICS_CPP98_EXCEPTIONS_
12 #include "../shared_api_library/helics.h"
26 std::runtime_error(errorString), eCode(error_code)
int errorCode() const
Definition: helicsExceptions.hpp:30
Definition: helicsExceptions.hpp:19
helics_error helicsErrorInitialize(void)
Definition: helicsExport.cpp:47
~hThrowOnError() HELICS_THROWS_EXCEPTION
Definition: helicsExceptions.hpp:45
HelicsException(int error_code, const char *errorString)
Definition: helicsExceptions.hpp:25
Definition: helicsExceptions.hpp:38
Definition: api-data.h:166
hThrowOnError()
Definition: helicsExceptions.hpp:41
int32_t error_code
Definition: api-data.h:167
const char * message
Definition: api-data.h:168
Definition: cpp98/Broker.hpp:18