Exception that is thrown in case of a grid operation failure.
More...
#include <operation_exception.hpp>
Exception that is thrown in case of a grid operation failure.
◆ operation_exception() [1/3]
sgpp::base::operation_exception::operation_exception |
( |
const char * |
msg | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ operation_exception() [2/3]
sgpp::base::operation_exception::operation_exception |
( |
std::string |
msg | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ operation_exception() [3/3]
sgpp::base::operation_exception::operation_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ ~operation_exception()
sgpp::base::operation_exception::~operation_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
◆ what()
const char* sgpp::base::operation_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineoverride |
◆ msg
const char* sgpp::base::operation_exception::msg |
|
protected |
the exception message as C string
Referenced by what().
◆ stringMsg
std::string sgpp::base::operation_exception::stringMsg |
|
protected |
The documentation for this class was generated from the following file: