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

Specific for TALib part of the code. More...

#include <StockException.h>

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

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
 

Detailed Description

Specific for TALib part of the code.

Definition at line 121 of file StockException.h.

Constructor & Destructor Documentation

StockTALibError::StockTALibError ( const TALibException fError)
inline

Definition at line 125 of file StockException.h.

References StockException::mStockMsg, and TALibException::what().

Here is the call graph for this function:

StockTALibError::StockTALibError ( const std::string &  namestock,
const std::string &  tmscl,
const TALibException fError 
)

Member Function Documentation

virtual const char* StockTALibError::what ( ) const
inlinevirtualnoexcept

Reimplemented from StockException.

Definition at line 131 of file StockException.h.

References StockException::what().

Here is the call graph for this function:


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