ROOT_Application
2.0
C++ Core modules and GUIStock
|
Specific the wrapper python. More...
#include <StockException.h>
Public Member Functions | |
StockPythonException (const std::string &namestock, const std::string &message) | |
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... | |
Additional Inherited Members | |
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... | |
Specific the wrapper python.
Do not use 2 derivatives, one possible for all python, or specific to ServerPortfolio.py To see how to deal with python exception later
Definition at line 143 of file StockException.h.
|
inline |
Definition at line 146 of file StockException.h.
References StockException::mStockMsg.
|
inlinevirtualnoexcept |
Reimplemented from StockException.
Definition at line 150 of file StockException.h.
References StockException::what().