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 46 of file uiexception.h.


Constructor & Destructor Documentation

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]

Definition at line 55 of file uiexception.h.

References message.

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

Definition at line 58 of file uiexception.h.


Member Function Documentation

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

Definition at line 59 of file uiexception.h.

References message.

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().


Member Data Documentation

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

Definition at line 48 of file uiexception.h.

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


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

Generated on Thu Jun 11 19:13:09 2009 for YAPET by  doxygen 1.5.8