Exception thrown by the operator() when an error occurs. More...
#include <image_modifications.hpp>

Public Member Functions | |
| texception (const std::stringstream &message_stream) | |
| Constructor. More... | |
| texception (const std::string &message) | |
| Constructor. More... | |
| ~texception () throw () | |
Public Member Functions inherited from tlua_jailbreak_exception | |
| virtual | ~tlua_jailbreak_exception () throw () |
| void | store () const throw () |
| 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 tlua_jailbreak_exception | |
| static void | rethrow () |
| Rethrows the stored exception. More... | |
Static Protected Attributes inherited from tlua_jailbreak_exception | |
| static tlua_jailbreak_exception * | jailbreak_exception = nullptr |
| The exception to be rethrown. More... | |
Exception thrown by the operator() when an error occurs.
Definition at line 64 of file image_modifications.hpp.
| image::modification::texception::texception | ( | 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.
| image::modification::texception::texception | ( | const std::string & | message | ) |
Constructor.
| message | String with the error message regarding the failed operation. |
Definition at line 121 of file image_modifications.cpp.
|
inline | |||||||||||||
Definition at line 87 of file image_modifications.hpp.
| const std::string image::modification::texception::message |
The error message regarding the failed operation.
Definition at line 90 of file image_modifications.hpp.
Referenced by image::load_image_sub_file().
1.8.8