 |
helics
3.0.1
|
8 #ifndef _HELICS_CPP98_EXCEPTIONS_
9 #define _HELICS_CPP98_EXCEPTIONS_
13 #include "helics/helics.h"
26 std::runtime_error(errorString), eCode(error_code)
int errorCode() const
Definition: helicsExceptions.hpp:30
const char * message
Definition: api-data.h:162
Definition: helicsExceptions.hpp:19
HelicsError helicsErrorInitialize(void)
Definition: helicsExport.cpp:48
~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:160
hThrowOnError()
Definition: helicsExceptions.hpp:41
int32_t error_code
Definition: api-data.h:161
Definition: cpp98/Broker.hpp:18