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

Interpolation-specific errors. More...

#include <JanusError.hpp>

Inheritance diagram for janus::InterpolationError:
Collaboration diagram for janus::InterpolationError:

Public Member Functions

 InterpolationError (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

Interpolation-specific errors.

Constructor & Destructor Documentation

◆ InterpolationError()

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

Construct with a descriptive message.

Parameters
whatError description (automatically prefixed with "Interpolation:")

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