ROOT_Application
2.0
C++ Core modules and GUIStock
|
Base class, for all gui errors Need a real base class here, or just use directly StockException. More...
#include <GUIException.h>
Public Member Functions | |
GUIStockException () | |
GUIStockException (const StockException &fError) | |
Public Member Functions inherited from GUIException | |
GUIException () | |
GUIException (const std::string &mMsg) | |
~GUIException () throw () | |
virtual const char * | what () const noexcept |
Public Member Functions inherited from StockException | |
StockException () | |
StockException (const std::string &namestock) | |
StockException (const std::string &namestock, const std::string &message) | |
StockException (const std::string &namestock, const std::string &tmscl, const std::string &indicator) | |
~StockException () throw () | |
std::string | GetMessage () const |
allow GUIException to get the message More... | |
void | AddHeaderMessage () |
indic_label is optional More... | |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from GUIException | |
std::string | mGUIMsg |
Protected Attributes inherited from StockException | |
std::string | mNameStock |
general enought to be in base class More... | |
std::string | mTimescale |
std::string | mIndic |
std::string | mStockMsg |
used by base class More... | |
Base class, for all gui errors Need a real base class here, or just use directly StockException.
Certainly convenient to get general GUI ( Controller, View ) And derived with Specific Stock
Definition at line 49 of file GUIException.h.
|
inline |
Definition at line 52 of file GUIException.h.
|
inline |
Definition at line 53 of file GUIException.h.
References StockException::GetMessage(), and GUIException::mGUIMsg.