|
Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
|
Exception raised when a function or method is unimplemented. More...
#include <monitor.hpp>
Inheritance diagram for trv::sys::UnimplementedError:
Collaboration diagram for trv::sys::UnimplementedError:Public Member Functions | |
| UnimplementedError (const char *fmt_string,...) | |
| Construct an trv::sys::UnimplementedError exception. | |
| virtual const char * | what () const noexcept |
| Exception string representation. | |
Public Attributes | |
| std::string | err_mesg |
| error message | |
Exception raised when a function or method is unimplemented.
Definition at line 683 of file monitor.hpp.
| trv::sys::UnimplementedError::UnimplementedError | ( | const char * | fmt_string, |
| ... ) |
Construct an trv::sys::UnimplementedError exception.
| fmt_string | Error message format string. |
| ... | An arbitrary number of substitution arguments. |
Definition at line 683 of file monitor.cpp.
|
virtualnoexcept |
Exception string representation.
Definition at line 697 of file monitor.cpp.
| std::string trv::sys::UnimplementedError::err_mesg |
error message
Definition at line 685 of file monitor.hpp.