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

Input validation failed (e.g., mismatched sizes, invalid parameters). More...

#include <JanusError.hpp>

Inheritance diagram for janus::InvalidArgument:
Collaboration diagram for janus::InvalidArgument:

Public Member Functions

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

Input validation failed (e.g., mismatched sizes, invalid parameters).

Constructor & Destructor Documentation

◆ InvalidArgument()

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

Construct with a descriptive message.

Parameters
whatError description

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