25 explicit MetisError(
const std::string &what) : std::runtime_error(
"[metis] " + what) {}
IntegrationError(const std::string &what)
Construct with a descriptive message.
Definition MetisError.hpp:65
InterpolationError(const std::string &what)
Construct with a descriptive message.
Definition MetisError.hpp:55
InvalidArgument(const std::string &what)
Construct with a descriptive message.
Definition MetisError.hpp:35
MetisError(const std::string &what)
Construct with a descriptive message.
Definition MetisError.hpp:25
RuntimeError(const std::string &what)
Construct with a descriptive message.
Definition MetisError.hpp:45
Definition Diagnostics.hpp:19