Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::RuntimeError Class Reference

Operation failed at runtime (e.g., CasADi eval with free variables). More...

#include <JanusError.hpp>

Inheritance diagram for janus::RuntimeError:
Collaboration diagram for janus::RuntimeError:

Public Member Functions

 RuntimeError (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.

Detailed Description

Operation failed at runtime (e.g., CasADi eval with free variables).

Constructor & Destructor Documentation

◆ RuntimeError()

janus::RuntimeError::RuntimeError ( const std::string & what)
inlineexplicit

Construct with a descriptive message.

Parameters
whatError description

The documentation for this class was generated from the following file: