YAPETUI::UIException Class Reference

User interface exception. More...

#include <uiexception.h>

Inherits std::exception.

List of all members.

Public Member Functions

const UIExceptionoperator= (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


Detailed Description

Exception class used by the user interface.

Definition at line 45 of file uiexception.h.


Constructor & Destructor Documentation

YAPETUI::UIException::UIException (  )  throw () [inline]

Definition at line 50 of file uiexception.h.

YAPETUI::UIException::UIException ( std::string  msg  )  throw () [inline]

Definition at line 52 of file uiexception.h.

YAPETUI::UIException::UIException ( const UIException ex  )  throw () [inline]

Definition at line 54 of file uiexception.h.

References message.

virtual YAPETUI::UIException::~UIException (  )  throw () [inline, virtual]

Definition at line 57 of file uiexception.h.


Member Function Documentation

const UIException& YAPETUI::UIException::operator= ( const UIException ex  )  throw () [inline]

Definition at line 58 of file uiexception.h.

References message.

virtual const char* YAPETUI::UIException::what (  )  const throw () [inline, virtual]

Definition at line 64 of file uiexception.h.

References message.

Referenced by FileOpen::run(), and MainWindow::searchTerm().


Member Data Documentation

std::string YAPETUI::UIException::message [private]

Definition at line 47 of file uiexception.h.

Referenced by operator=(), UIException(), and what().


The documentation for this class was generated from the following file:

Generated on Mon Apr 13 17:29:49 2009 for YAPET by  doxygen 1.5.8