Indicates an error while encrypting/decrypting. More...
#include <yapetexception.h>


Public Member Functions | |
| const YAPETEncryptionException | operator= (const YAPETEncryptionException &ex) throw () |
| YAPETEncryptionException (std::string msg) throw () | |
| YAPETEncryptionException () throw () | |
| YAPETEncryptionException (const YAPETEncryptionException &ex) throw () | |
| virtual | ~YAPETEncryptionException () throw () |
This function indicates an error while encrypting/decrypting data.
Definition at line 156 of file yapetexception.h.
| YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | ) | throw () [inline] |
Definition at line 158 of file yapetexception.h.
| YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 160 of file yapetexception.h.
| YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |
Definition at line 162 of file yapetexception.h.
| virtual YAPET::YAPETEncryptionException::~YAPETEncryptionException | ( | ) | throw () [inline, virtual] |
Definition at line 164 of file yapetexception.h.
| const YAPETEncryptionException YAPET::YAPETEncryptionException::operator= | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |
Definition at line 167 of file yapetexception.h.
1.7.1