40 enum TYPE { FILE_ERR, FILE_EOF, STDIN_ERR, STDIN_EOF } ;
47 void setType (
TYPE t) ;
55 enum TYPE { FILE_ERR, STDOUT_ERR } ;
62 void setType (
TYPE t) ;
Definition: SteghideError.h:28
ArgError(const char *msgfmt,...)
Definition: error.cc:33
TYPE type
Definition: error.h:65
TYPE
Definition: error.h:55
is thrown as exception when corrupt data is encountered during extraction
Definition: error.h:86
provides methods for file i/o as needed by the rest of steghide
Definition: BinaryIO.h:33
void printMessage(void) const
Definition: error.cc:42