Exception that is thrown in case of a grid generation failure.
More...
#include <generation_exception.hpp>
|
const char * | msg |
| the exception message
|
|
Exception that is thrown in case of a grid generation failure.
◆ generation_exception() [1/2]
sgpp::base::generation_exception::generation_exception |
( |
const char * |
msg | ) |
|
|
inlineexplicitnoexcept |
◆ generation_exception() [2/2]
sgpp::base::generation_exception::generation_exception |
( |
| ) |
|
|
inlinenoexcept |
◆ ~generation_exception()
sgpp::base::generation_exception::~generation_exception |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ what()
const char * sgpp::base::generation_exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
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::generation_exception::msg |
|
protected |
the exception message
Referenced by what().
The documentation for this class was generated from the following file: