#include <yapetexception.h>
Public Member Functions | |
const YAPETException & | operator= (const YAPETException &ex) throw () |
virtual const char * | what () const throw () |
YAPETException (const YAPETException &ex) throw () | |
YAPETException (std::string msg) throw () | |
Initializes with a user specified message. | |
YAPETException () throw () | |
Initializes a default exception message. | |
virtual | ~YAPETException () throw () |
Private Attributes | |
std::string | message |
Definition at line 46 of file yapetexception.h.
YAPET::YAPETException::YAPETException | ( | ) | throw () [inline] |
Initializes a default exception message
Definition at line 56 of file yapetexception.h.
YAPET::YAPETException::YAPETException | ( | std::string | msg | ) | throw () [inline] |
Initializes with a user specified message
msg | the message of the exception |
Definition at line 66 of file yapetexception.h.
YAPET::YAPETException::YAPETException | ( | const YAPETException & | ex | ) | throw () [inline] |
virtual YAPET::YAPETException::~YAPETException | ( | ) | throw () [inline, virtual] |
Definition at line 72 of file yapetexception.h.
const YAPETException& YAPET::YAPETException::operator= | ( | const YAPETException & | ex | ) | throw () [inline] |
virtual const char* YAPET::YAPETException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 79 of file yapetexception.h.
References message.
Referenced by MainWindow::bottomRightWinContent(), MainWindow::changePassword(), MainWindow::createFile(), MainWindow::openFile(), PasswordRecord::refresh(), PasswordRecord::run(), and MainWindow::saveFile().
std::string YAPET::YAPETException::message [private] |
Definition at line 48 of file yapetexception.h.
Referenced by operator=(), what(), and YAPETException().