|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
Specific for TALib part of the code. More...
#include <StockException.h>


Public Member Functions | |
| StockTALibError (const TALibException &fError) | |
| StockTALibError (const std::string &namestock, const std::string &tmscl, const TALibException &fError) | |
| 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... | |
Public Member Functions inherited from TALibException | |
| TALibException () | |
| TALibException (const Indicator &indic, const std::vector< int > &vec_param, const std::string &message) | |
| TALibException.cpp. More... | |
| ~TALibException () throw () | |
| std::string | GetIndicator () const |
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... | |
Protected Attributes inherited from TALibException | |
| std::string | mindic |
| std::vector< int > | mvec_param |
| std::string | mTAMsg |
Specific for TALib part of the code.
Definition at line 121 of file StockException.h.
|
inline |
Definition at line 125 of file StockException.h.
References StockException::mStockMsg, and TALibException::what().

| StockTALibError::StockTALibError | ( | const std::string & | namestock, |
| const std::string & | tmscl, | ||
| const TALibException & | fError | ||
| ) |
Definition at line 86 of file StockException.cpp.
References StockException::AddHeaderMessage(), TALibException::GetIndicator(), StockException::mIndic, StockException::mStockMsg, StockException::mTimescale, and TALibException::what().

|
inlinevirtualnoexcept |
Reimplemented from StockException.
Definition at line 131 of file StockException.h.
References StockException::what().

1.8.6