ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
GUIException Class Reference

#include <GUIException.h>

Inheritance diagram for GUIException:
Inheritance graph
[legend]
Collaboration diagram for GUIException:
Collaboration graph
[legend]

Public Member Functions

 GUIException ()
 
 GUIException (const std::string &mMsg)
 
 ~GUIException () throw ()
 
virtual const char * what () const noexcept
 

Protected Attributes

std::string mGUIMsg
 

Detailed Description

Definition at line 30 of file GUIException.h.

Constructor & Destructor Documentation

GUIException::GUIException ( )
inline

Definition at line 33 of file GUIException.h.

GUIException::GUIException ( const std::string &  mMsg)

Definition at line 12 of file GUIException.cxx.

References mGUIMsg.

GUIException::~GUIException ( )
throw (
)
inline

Definition at line 36 of file GUIException.h.

Member Function Documentation

virtual const char* GUIException::what ( ) const
inlinevirtualnoexcept

Definition at line 37 of file GUIException.h.

References mGUIMsg.

Referenced by MainIndicatorTHStockFrame::HandleButtons(), and TransFrameError::TransFrameError().

Here is the caller graph for this function:

Field Documentation

std::string GUIException::mGUIMsg
protected

Definition at line 42 of file GUIException.h.

Referenced by GUIException(), GUIStockException::GUIStockException(), and what().


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