#include <SteghideError.h>
Inheritance diagram for SteghideError:
Public Member Functions | |
SteghideError (void) | |
SteghideError (std::string msg) | |
SteghideError (const char *msgfmt,...) | |
virtual void | printMessage (void) const |
SteghideError::SteghideError | ( | void | ) |
SteghideError::SteghideError | ( | std::string | msg | ) |
SteghideError::SteghideError | ( | const char * | msgfmt, | |
... | ||||
) |
void SteghideError::printMessage | ( | void | ) | const [virtual] |
Implements MessageBase.
Reimplemented in AssertionFailed, ArgError, NotImplementedError, and CorruptDataError.