|
Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
|
Exception raised when an extrapolation error occurs. More...
#include <arrayops.hpp>
Inheritance diagram for trv::sys::ExtrapError:
Collaboration diagram for trv::sys::ExtrapError:Public Member Functions | |
| ExtrapError (const char *fmt_string,...) | |
| Construct an trv::sys::ExtrapError exception. | |
| virtual const char * | what () const noexcept |
| Exception string representation. | |
Public Attributes | |
| std::string | err_mesg |
| error message | |
Exception raised when an extrapolation error occurs.
Definition at line 74 of file arrayops.hpp.
| trv::sys::ExtrapError::ExtrapError | ( | const char * | fmt_string, |
| ... ) |
Construct an trv::sys::ExtrapError exception.
| fmt_string | Error message format string. |
| ... | An arbitrary number of substitution arguments. |
Definition at line 41 of file arrayops.cpp.
|
virtualnoexcept |
Exception string representation.
Definition at line 54 of file arrayops.cpp.
| std::string trv::sys::ExtrapError::err_mesg |
error message
Definition at line 76 of file arrayops.hpp.