Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
trv::sys::UnimplementedError Class Reference

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 charwhat () const noexcept
 Exception string representation.
 

Public Attributes

std::string err_mesg
 error message
 

Detailed Description

Exception raised when a function or method is unimplemented.

Definition at line 384 of file monitor.hpp.

Constructor & Destructor Documentation

◆ UnimplementedError()

trv::sys::UnimplementedError::UnimplementedError ( const char * fmt_string,
... )

Construct an trv::sys::UnimplementedError exception.

Parameters
fmt_stringError message format string.
...An arbitrary number of substitution arguments.

Definition at line 401 of file monitor.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ what()

const char * trv::sys::UnimplementedError::what ( ) const
virtualnoexcept

Exception string representation.

Returns
String representation of the exception.

Definition at line 415 of file monitor.cpp.

Member Data Documentation

◆ err_mesg

std::string trv::sys::UnimplementedError::err_mesg

error message

Definition at line 386 of file monitor.hpp.


The documentation for this class was generated from the following files: