Exception that is thrown in case of an application failure.
More...
#include <not_implemented_exception.hpp>
Exception that is thrown in case of an application failure.
◆ not_implemented_exception() [1/2]
sgpp::base::not_implemented_exception::not_implemented_exception |
( |
const char * |
msg | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ not_implemented_exception() [2/2]
sgpp::base::not_implemented_exception::not_implemented_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ ~not_implemented_exception()
sgpp::base::not_implemented_exception::~not_implemented_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
◆ what()
const char* sgpp::base::not_implemented_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineoverride |
throw method that have to be implemented
- Returns
- returns the message specified in the constructor otherwise a general text
References msg.
◆ msg
const char* sgpp::base::not_implemented_exception::msg |
|
protected |
the exception message
Referenced by what().
The documentation for this class was generated from the following file: