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

Public Member Functions

 EncodeException (const std::string &message)
 

Constructor & Destructor Documentation

◆ EncodeException()

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

Default constructor for the EncodeException class which is an exception that is thrown when there is an issue during the encoding process.

Parameters
messageA detailed message explaining what occurred.

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