numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class of exception in this project. More...
#include <num_collect/base/exception.h>
Public Member Functions | |
num_collect_exception (std::string_view message, util::source_info_view source_info=util::source_info_view()) | |
Constructor. | |
Class of exception in this project.
Definition at line 53 of file exception.h.
|
inlineexplicit |
Constructor.
[in] | message | Error message. |
[in] | source_info | Information of source codes. |
Definition at line 61 of file exception.h.