Steganography
A C++ Steganography tool which leverages the LSB and DCT embedding techniques
Public Member Functions | List of all members
ImageException Class Reference
Inheritance diagram for ImageException:
Inheritance graph
Collaboration diagram for ImageException:
Collaboration graph

Public Member Functions

 ImageException (const std::string &message)
 

Constructor & Destructor Documentation

◆ ImageException()

ImageException::ImageException ( const std::string &  message)
inlineexplicit

Default constructor for the ImageException class which is an exception that is thrown when there is an issue processing an image.

Parameters
messageA detailed message explaining what occurred.

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