Public Member Functions | Private Attributes

YAPET::UI::UIException Class Reference

User interface exception. More...

#include <uiexception.h>

Inheritance diagram for YAPET::UI::UIException:
Inheritance graph
[legend]
Collaboration diagram for YAPET::UI::UIException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Exception class used by the user interface.

Definition at line 47 of file uiexception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Here is the caller graph for this function:


Member Data Documentation

std::string YAPET::UI::UIException::message [private]

Definition at line 49 of file uiexception.h.

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


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