libfacade 1.1
A library for manipulating PNG images with payloads.
|
An exception returned when the given tEXt
or zTXt
section parameters (typically the keyword) is not found in the PNG data.
More...
#include <exception.hpp>
Public Member Functions | |
TextNotFound () | |
Public Member Functions inherited from facade::exception::Exception | |
Exception () | |
Exception (const std::string &error) | |
const char * | what () const noexcept |
Get a C-string representation of the error. Adds compatibility with std::exception. | |
Additional Inherited Members | |
Public Attributes inherited from facade::exception::Exception | |
std::string | error |
The resulting error string provided by the exception. | |
An exception returned when the given tEXt
or zTXt
section parameters (typically the keyword) is not found in the PNG data.
|
inline |