#include <yapetexception.h>
Public Member Functions | |
const YAPETRetryException | operator= (const YAPETRetryException &ex) throw () |
YAPETRetryException (const YAPETRetryException &ex) throw () | |
YAPETRetryException (std::string msg) throw () | |
YAPETRetryException () throw () | |
virtual | ~YAPETRetryException () throw () |
File
class uses this exception for certain methods.
Definition at line 92 of file yapetexception.h.
YAPET::YAPETRetryException::YAPETRetryException | ( | ) | throw () [inline] |
Definition at line 94 of file yapetexception.h.
YAPET::YAPETRetryException::YAPETRetryException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 96 of file yapetexception.h.
YAPET::YAPETRetryException::YAPETRetryException | ( | const YAPETRetryException & | ex | ) | throw () [inline] |
Definition at line 98 of file yapetexception.h.
virtual YAPET::YAPETRetryException::~YAPETRetryException | ( | ) | throw () [inline, virtual] |
Definition at line 100 of file yapetexception.h.
const YAPETRetryException YAPET::YAPETRetryException::operator= | ( | const YAPETRetryException & | ex | ) | throw () [inline] |
Definition at line 103 of file yapetexception.h.