numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::invalid_argument Class Reference

Class of exception on invalid arguments. More...

#include <num_collect/base/exception.h>

+ Inheritance diagram for num_collect::base::invalid_argument:
+ Collaboration diagram for num_collect::base::invalid_argument:

Public Member Functions

 num_collect_exception (std::string_view message, util::source_info_view source_info=util::source_info_view())
 Constructor.
 
- Public Member Functions inherited from num_collect::base::num_collect_exception
 num_collect_exception (std::string_view message, util::source_info_view source_info=util::source_info_view())
 Constructor.
 

Detailed Description

Class of exception on invalid arguments.

Definition at line 85 of file exception.h.

Member Function Documentation

◆ num_collect_exception()

num_collect::base::num_collect_exception::num_collect_exception ( std::string_view message,
util::source_info_view source_info = util::source_info_view() )
inlineexplicit

Constructor.

Parameters
[in]messageError message.
[in]source_infoInformation of source codes.

Definition at line 61 of file exception.h.


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