Exception that is thrown in case of a grid operation failure.
More...
#include <operation_exception.hpp>
|
const char * | msg |
| the exception message as C string
|
|
std::string | stringMsg |
| the exception message
|
|
Exception that is thrown in case of a grid operation failure.
◆ operation_exception() [1/3]
sgpp::base::operation_exception::operation_exception |
( |
const char * |
msg | ) |
|
|
inlineexplicitnoexcept |
◆ operation_exception() [2/3]
sgpp::base::operation_exception::operation_exception |
( |
std::string |
msg | ) |
|
|
inlineexplicitnoexcept |
◆ operation_exception() [3/3]
sgpp::base::operation_exception::operation_exception |
( |
| ) |
|
|
inlinenoexcept |
◆ ~operation_exception()
sgpp::base::operation_exception::~operation_exception |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ what()
const char * sgpp::base::operation_exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ 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: