ROOT_Application
2.0
C++ Core modules and GUIStock
|
#include <GUIException.h>
Public Member Functions | |
GUIException () | |
GUIException (const std::string &mMsg) | |
~GUIException () throw () | |
virtual const char * | what () const noexcept |
Protected Attributes | |
std::string | mGUIMsg |
Definition at line 30 of file GUIException.h.
|
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.
|
inline |
Definition at line 36 of file GUIException.h.
|
inlinevirtualnoexcept |
Definition at line 37 of file GUIException.h.
References mGUIMsg.
Referenced by MainIndicatorTHStockFrame::HandleButtons(), and TransFrameError::TransFrameError().
|
protected |
Definition at line 42 of file GUIException.h.
Referenced by GUIException(), GUIStockException::GUIStockException(), and what().