#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 127 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | ) | throw () [inline] |
Definition at line 129 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 131 of file yapetexception.h.
YAPET::YAPETEncryptionException::YAPETEncryptionException | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |
Definition at line 133 of file yapetexception.h.
virtual YAPET::YAPETEncryptionException::~YAPETEncryptionException | ( | ) | throw () [inline, virtual] |
Definition at line 135 of file yapetexception.h.
const YAPETEncryptionException YAPET::YAPETEncryptionException::operator= | ( | const YAPETEncryptionException & | ex | ) | throw () [inline] |
Definition at line 138 of file yapetexception.h.