PWGen exception base class. More...
#include <pwgenexception.h>


Public Member Functions | |
| const PWGenException & | operator= (const PWGenException &ex) throw () |
| PWGenException () throw () | |
| PWGenException (std::string msg) throw () | |
| PWGenException (const PWGenException &ex) throw () | |
| virtual const char * | what () const throw () |
| virtual | ~PWGenException () throw () |
Private Attributes | |
| std::string | message |
Base class for PWGen exceptions.
Definition at line 49 of file pwgenexception.h.
| YAPET::PWGEN::PWGenException::PWGenException | ( | ) | throw () [inline] |
Definition at line 54 of file pwgenexception.h.
| YAPET::PWGEN::PWGenException::PWGenException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 55 of file pwgenexception.h.
| YAPET::PWGEN::PWGenException::PWGenException | ( | const PWGenException & | ex | ) | throw () [inline] |
Definition at line 56 of file pwgenexception.h.
References message.
| virtual YAPET::PWGEN::PWGenException::~PWGenException | ( | ) | throw () [inline, virtual] |
Definition at line 59 of file pwgenexception.h.
| const PWGenException& YAPET::PWGEN::PWGenException::operator= | ( | const PWGenException & | ex | ) | throw () [inline] |
Definition at line 60 of file pwgenexception.h.
References message.
| virtual const char* YAPET::PWGEN::PWGenException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 67 of file pwgenexception.h.
References message.
std::string YAPET::PWGEN::PWGenException::message [private] |
Definition at line 51 of file pwgenexception.h.
Referenced by operator=(), PWGenException(), and what().
1.7.1