|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Integration/ODE solver errors. More...
#include <JanusError.hpp>


Public Member Functions | |
| IntegrationError (const std::string &what) | |
| Construct with a descriptive message. | |
| Public Member Functions inherited from janus::JanusError | |
| JanusError (const std::string &what) | |
| Construct with a descriptive message. | |
Integration/ODE solver errors.
|
inlineexplicit |
Construct with a descriptive message.
| what | Error description (automatically prefixed with "Integration:") |