 |
helics
3.0.1
|
Go to the documentation of this file.
20 std::string errorMessage =
"HELICS EXCEPTION";
24 explicit HelicsException(std::string message) noexcept: errorMessage(std::move(message)) {}
25 virtual const char* what()
const noexcept
override {
return errorMessage.c_str(); }
49 explicit InvalidParameter(std::string message =
"invalid parameter") noexcept:
59 std::string message =
"unable to perform the requested conversion") noexcept:
Definition: core-exceptions.hpp:38
Definition: core-exceptions.hpp:93
Definition: core-exceptions.hpp:75
Definition: core-exceptions.hpp:66
Definition: core-exceptions.hpp:47
Definition: core-exceptions.hpp:56
Definition: core-exceptions.hpp:84
Definition: core-exceptions.hpp:102
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
Definition: core-exceptions.hpp:29
Definition: core-exceptions.hpp:18