ROOT_Application
2.0
C++ Core modules and GUIStock
|
Base class for exception coming from talibapi interface. More...
#include <TALibException.h>
Public Member Functions | |
TALibException () | |
TALibException (const Indicator &indic, const std::vector< int > &vec_param, const std::string &message) | |
TALibException.cpp. More... | |
~TALibException () throw () | |
virtual const char * | what () const noexcept |
std::string | GetIndicator () const |
Protected Attributes | |
std::string | mindic |
std::vector< int > | mvec_param |
std::string | mTAMsg |
Base class for exception coming from talibapi interface.
Definition at line 25 of file TALibException.h.
|
inline |
Definition at line 28 of file TALibException.h.
TALibException::TALibException | ( | const Indicator & | indic, |
const std::vector< int > & | vec_param, | ||
const std::string & | message | ||
) |
Implementation file.
Last modified
Definition at line 27 of file TALibException.cpp.
References Indicator::label(), mindic, mTAMsg, and mvec_param.
|
inline |
Definition at line 32 of file TALibException.h.
|
inline |
Definition at line 40 of file TALibException.h.
References mindic.
Referenced by StockTALibError::StockTALibError().
|
inlinevirtualnoexcept |
Reimplemented in StockTALibError.
Definition at line 35 of file TALibException.h.
References mTAMsg.
Referenced by Stock::ComputeTA(), Stock::LoadListData(), and StockTALibError::StockTALibError().
|
protected |
Definition at line 45 of file TALibException.h.
Referenced by GetIndicator(), and TALibException().
|
protected |
Definition at line 47 of file TALibException.h.
Referenced by TALibException(), and what().
|
protected |
Definition at line 46 of file TALibException.h.
Referenced by TALibException().