|
Triumvirate C++ API 0.5.0
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 55 of file arrayops.hpp.
Construct an trv::sys::ExtrapError exception.
| fmt_string | Error message format string. |
| ... | An arbitrary number of substitution arguments. |
Definition at line 39 of file arrayops.cpp.
Exception string representation.
Definition at line 52 of file arrayops.cpp.
| std::string trv::sys::ExtrapError::err_mesg |
error message
Definition at line 57 of file arrayops.hpp.