YAPETUI::UIException Class Reference

User interface exception. More...

#include <uiexception.h>

Inheritance diagram for YAPETUI::UIException:

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


Constructor & Destructor Documentation

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

Definition at line 48 of file uiexception.h.

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

Definition at line 50 of file uiexception.h.

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

Definition at line 52 of file uiexception.h.

References message.

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

Definition at line 55 of file uiexception.h.


Member Function Documentation

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

Definition at line 56 of file uiexception.h.

References message.

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

Definition at line 62 of file uiexception.h.

References message.

Referenced by FileOpen::run().


Member Data Documentation

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

Definition at line 45 of file uiexception.h.

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


The documentation for this class was generated from the following file:
Generated on Wed Feb 27 16:15:42 2008 for YAPET by  doxygen 1.5.4