User interface exception. More...
#include <uiexception.h>


Public Member Functions | |
| const UIException & | operator= (const UIException &ex) throw () |
| UIException () throw () | |
| UIException (std::string msg) throw () | |
| UIException (const UIException &ex) throw () | |
| virtual const char * | what () const throw () |
| virtual | ~UIException () throw () |
Private Attributes | |
| std::string | message |
Exception class used by the user interface.
Definition at line 47 of file uiexception.h.
| YAPET::UI::UIException::UIException | ( | ) | throw () [inline] |
Definition at line 52 of file uiexception.h.
| YAPET::UI::UIException::UIException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 54 of file uiexception.h.
| YAPET::UI::UIException::UIException | ( | const UIException & | ex | ) | throw () [inline] |
Definition at line 56 of file uiexception.h.
References message.
| virtual YAPET::UI::UIException::~UIException | ( | ) | throw () [inline, virtual] |
Definition at line 59 of file uiexception.h.
| const UIException& YAPET::UI::UIException::operator= | ( | const UIException & | ex | ) | throw () [inline] |
Definition at line 60 of file uiexception.h.
References message.
| virtual const char* YAPET::UI::UIException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 67 of file uiexception.h.
References message.
Referenced by main(), FileOpen::run(), and MainWindow::searchTerm().

std::string YAPET::UI::UIException::message [private] |
Definition at line 49 of file uiexception.h.
Referenced by operator=(), UIException(), and what().
1.7.1