 |
helics
3.3.0
|
8 #ifndef HELICS_CPP98_EXCEPTIONS_HPP_
9 #define HELICS_CPP98_EXCEPTIONS_HPP_
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:171
Definition: helicsExceptions.hpp:19
HelicsError helicsErrorInitialize(void)
Definition: helicsExport.cpp:57
~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:169
hThrowOnError()
Definition: helicsExceptions.hpp:41
int32_t error_code
Definition: api-data.h:170
Definition: cpp98/Broker.hpp:18