Metis 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
metis::MetisError Class Reference

Base exception for all Metis errors. More...

#include <MetisError.hpp>

Inheritance diagram for metis::MetisError:
Collaboration diagram for metis::MetisError:

Public Member Functions

 MetisError (const std::string &what)
 Construct with a descriptive message.

Detailed Description

Base exception for all Metis errors.

See also
InvalidArgument, RuntimeError, InterpolationError, IntegrationError

Constructor & Destructor Documentation

◆ MetisError()

metis::MetisError::MetisError ( const std::string & what)
inlineexplicit

Construct with a descriptive message.

Parameters
whatError description (automatically prefixed with "[metis]")

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