|
Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
|
Exception raised when an input/output operation fails. More...
#include <monitor.hpp>
Inheritance diagram for trv::sys::IOError:
Collaboration diagram for trv::sys::IOError:Public Member Functions | |
| IOError (const char *fmt_string,...) | |
| Construct an trv::sys::IOError exception. | |
| virtual const char * | what () const noexcept |
| Exception string representation. | |
Public Attributes | |
| std::string | err_mesg |
| error message | |
Exception raised when an input/output operation fails.
Definition at line 408 of file monitor.hpp.
Construct an trv::sys::IOError exception.
| fmt_string | Error message format string. |
| ... | An arbitrary number of substitution arguments. |
Definition at line 419 of file monitor.cpp.
Here is the call graph for this function:Exception string representation.
Definition at line 432 of file monitor.cpp.
| std::string trv::sys::IOError::err_mesg |
error message
Definition at line 410 of file monitor.hpp.