#include <yapetexception.h>
Public Member Functions | |
const YAPETEncryptionException | operator= (const YAPETEncryptionException &ex) throw () |
YAPETEncryptionException (const YAPETEncryptionException &ex) throw () | |
YAPETEncryptionException (std::string msg) throw () | |
YAPETEncryptionException () throw () | |
virtual | ~YAPETEncryptionException () throw () |
Definition at line 114 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | ) | throw () [inline] |
Definition at line 116 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 118 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |
Definition at line 120 of file yapetexception.h.
virtual YAPET::YAPETEncryptionException::~YAPETEncryptionException | ( | ) | throw () [inline, virtual] |
Definition at line 122 of file yapetexception.h.
const YAPETEncryptionException YAPET::YAPETEncryptionException::operator= | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |