Exception thrown by the operator() when an error occurs. More...
#include <image_modifications.hpp>
Public Member Functions | |
| imod_exception (const std::stringstream &message_stream) | |
| Constructor. More... | |
| imod_exception (const std::string &message) | |
| Constructor. More... | |
| ~imod_exception () noexcept | |
Public Member Functions inherited from lua_jailbreak_exception | |
| virtual | ~lua_jailbreak_exception () noexcept |
| void | store () const noexcept |
| Stores a copy the current exception to be rethrown. More... | |
Public Attributes | |
| const std::string | message |
| The error message regarding the failed operation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from lua_jailbreak_exception | |
| static void | rethrow () |
| Rethrows the stored exception. More... | |
Static Public Attributes inherited from lua_jailbreak_exception | |
| static int | jail_depth = 0 |
| Depth of recursive luaW_pcall_internal() function calls. More... | |
Static Protected Attributes inherited from lua_jailbreak_exception | |
| static lua_jailbreak_exception * | jailbreak_exception = nullptr |
| The exception to be rethrown. More... | |
Exception thrown by the operator() when an error occurs.
Definition at line 71 of file image_modifications.hpp.
| image::modification::imod_exception::imod_exception | ( | const std::stringstream & | message_stream | ) |
Constructor.
| message_stream | Stream with the error message regarding the failed operation. |
Definition at line 116 of file image_modifications.cpp.
References lua_jailbreak_exception::store().
| image::modification::imod_exception::imod_exception | ( | const std::string & | message | ) |
Constructor.
| message | String with the error message regarding the failed operation. |
Definition at line 122 of file image_modifications.cpp.
References lua_jailbreak_exception::store().
|
inlinenoexcept |
Definition at line 94 of file image_modifications.hpp.
| const std::string image::modification::imod_exception::message |
The error message regarding the failed operation.
Definition at line 97 of file image_modifications.hpp.