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