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
GUIStockException Class Reference

Base class, for all gui errors Need a real base class here, or just use directly StockException. More...

#include <GUIException.h>

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

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

Detailed Description

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.

Constructor & Destructor Documentation

GUIStockException::GUIStockException ( )
inline

Definition at line 52 of file GUIException.h.

GUIStockException::GUIStockException ( const StockException fError)
inline

Definition at line 53 of file GUIException.h.

References StockException::GetMessage(), and GUIException::mGUIMsg.

Here is the call graph for this function:


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