Alexandria 2.31.2
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::MathUtils::InterpolationException Struct Reference

#include <interpolation.h>

Inheritance diagram for Euclid::MathUtils::InterpolationException:
Collaboration diagram for Euclid::MathUtils::InterpolationException:

Public Member Functions

 Exception (ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *string_format, Args &&... args)
 
 Exception (const Exception &rhs)=default
 
- Public Member Functions inherited from Elements::Exception
 Exception (ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *string_format, Args &&... args)
 
 Exception (const Exception &rhs)=default
 
virtual ~Exception () noexcept
 
const char * what () const noexcept override
 
ExitCode exitCode () const noexcept
 
void appendMessage (const T &message)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Additional Inherited Members

- Protected Attributes inherited from Elements::Exception
std::string m_error_msg
 
const ExitCode m_exit_code
 

Detailed Description

Definition at line 45 of file interpolation.h.

Member Function Documentation

◆ Exception() [1/5]

Elements::Exception::Exception ( const char * message,
ExitCode e = ExitCode::NOT_OK )

◆ Exception() [2/5]

Elements::Exception::Exception ( const char * string_format,
Args &&... args )

◆ Exception() [3/5]

Elements::Exception::Exception ( const Exception & rhs)

◆ Exception() [4/5]

Elements::Exception::Exception ( const std::string & message,
ExitCode e = ExitCode::NOT_OK )

◆ Exception() [5/5]

Elements::Exception::Exception ( ExitCode e = ExitCode::NOT_OK)

The documentation for this struct was generated from the following file: