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

Specific the wrapper python. More...

#include <StockException.h>

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

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

Detailed Description

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.

Constructor & Destructor Documentation

StockPythonException::StockPythonException ( const std::string &  namestock,
const std::string &  message 
)
inline

Definition at line 146 of file StockException.h.

References StockException::mStockMsg.

Member Function Documentation

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

Reimplemented from StockException.

Definition at line 150 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 file: