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

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
 

Detailed Description

Exception raised when an extrapolation error occurs.

Definition at line 74 of file arrayops.hpp.

Constructor & Destructor Documentation

◆ ExtrapError()

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

Construct an trv::sys::ExtrapError exception.

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

Definition at line 41 of file arrayops.cpp.

Member Function Documentation

◆ what()

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

Exception string representation.

Returns
String representation of the exception.

Definition at line 54 of file arrayops.cpp.

Member Data Documentation

◆ err_mesg

std::string trv::sys::ExtrapError::err_mesg

error message

Definition at line 76 of file arrayops.hpp.


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