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