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

Exception raised when parameters are invalid. More...

#include <monitor.hpp>

+ Inheritance diagram for trv::sys::InvalidParameterError:
+ Collaboration diagram for trv::sys::InvalidParameterError:

Public Member Functions

 InvalidParameterError (const char *fmt_string,...)
 Construct an trv::sys::InvalidParameterError exception.
 
virtual const char * what () const noexcept
 Exception string representation.
 

Public Attributes

std::string err_mesg
 error message
 

Detailed Description

Exception raised when parameters are invalid.

Definition at line 731 of file monitor.hpp.

Constructor & Destructor Documentation

◆ InvalidParameterError()

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

Construct an trv::sys::InvalidParameterError exception.

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

Definition at line 716 of file monitor.cpp.

Member Function Documentation

◆ what()

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

Exception string representation.

Returns
String representation of the exception.

Definition at line 730 of file monitor.cpp.

Member Data Documentation

◆ err_mesg

std::string trv::sys::InvalidParameterError::err_mesg

error message

Definition at line 733 of file monitor.hpp.


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