libfacade 1.1
A library for manipulating PNG images with payloads.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
facade::exception::KeywordTooLong Class Reference

An exception thrown when the given keyword is too long for the tEXt or zTXt chunk. More...

#include <exception.hpp>

Inheritance diagram for facade::exception::KeywordTooLong:
facade::exception::Exception

Public Member Functions

 KeywordTooLong ()
 
- 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.
 

Detailed Description

An exception thrown when the given keyword is too long for the tEXt or zTXt chunk.

The length limit of keywords is 79 characters.

Constructor & Destructor Documentation

◆ KeywordTooLong()

facade::exception::KeywordTooLong::KeywordTooLong ( )
inline

The documentation for this class was generated from the following file: