Exception that is thrown in case of an application failure.
More...
#include <algorithm_exception.hpp>
Exception that is thrown in case of an application failure.
◆ algorithm_exception() [1/2]
sgpp::base::algorithm_exception::algorithm_exception |
( |
const char * |
msg | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ algorithm_exception() [2/2]
sgpp::base::algorithm_exception::algorithm_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ ~algorithm_exception()
sgpp::base::algorithm_exception::~algorithm_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
◆ what()
const char* sgpp::base::algorithm_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::algorithm_exception::msg |
|
protected |
the exception message
Referenced by what().
The documentation for this class was generated from the following file: