#include <uiexception.h>
Inherits std::exception.
Public Member Functions | |
const UIException & | operator= (const UIException &ex) throw () |
UIException (const UIException &ex) throw () | |
UIException (std::string msg) throw () | |
UIException () throw () | |
virtual const char * | what () const throw () |
virtual | ~UIException () throw () |
Private Attributes | |
std::string | message |
Definition at line 46 of file uiexception.h.
YAPETUI::UIException::UIException | ( | ) | throw () [inline] |
Definition at line 51 of file uiexception.h.
YAPETUI::UIException::UIException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 53 of file uiexception.h.
YAPETUI::UIException::UIException | ( | const UIException & | ex | ) | throw () [inline] |
virtual YAPETUI::UIException::~UIException | ( | ) | throw () [inline, virtual] |
Definition at line 58 of file uiexception.h.
const UIException& YAPETUI::UIException::operator= | ( | const UIException & | ex | ) | throw () [inline] |
virtual const char* YAPETUI::UIException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 65 of file uiexception.h.
References message.
Referenced by FileOpen::run(), and MainWindow::searchTerm().
std::string YAPETUI::UIException::message [private] |