Indicates a wrong password. More...
#include <yapetexception.h>


Public Member Functions | |
| const YAPETInvalidPasswordException | operator= (const YAPETInvalidPasswordException &ex) throw () |
| YAPETInvalidPasswordException (std::string msg) throw () | |
| YAPETInvalidPasswordException () throw () | |
| YAPETInvalidPasswordException (const YAPETInvalidPasswordException &ex) throw () | |
| virtual | ~YAPETInvalidPasswordException () throw () |
Indicates that a wrong password, thus key, was used for decryption of a file.
Definition at line 183 of file yapetexception.h.
| YAPET::YAPETInvalidPasswordException::YAPETInvalidPasswordException | ( | ) | throw () [inline] |
Definition at line 185 of file yapetexception.h.
| YAPET::YAPETInvalidPasswordException::YAPETInvalidPasswordException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 187 of file yapetexception.h.
| YAPET::YAPETInvalidPasswordException::YAPETInvalidPasswordException | ( | const YAPETInvalidPasswordException & | ex | ) | throw () [inline] |
Definition at line 191 of file yapetexception.h.
| virtual YAPET::YAPETInvalidPasswordException::~YAPETInvalidPasswordException | ( | ) | throw () [inline, virtual] |
Definition at line 193 of file yapetexception.h.
| const YAPETInvalidPasswordException YAPET::YAPETInvalidPasswordException::operator= | ( | const YAPETInvalidPasswordException & | ex | ) | throw () [inline] |
Definition at line 197 of file yapetexception.h.
1.7.1