| ROOT_Application
    2.0
    C++ Core modules and GUIStock | 
Exception to be used within stock_cpp. More...
#include <string>#include <stdexcept>#include <iostream>#include "../utils/UtilsExceptions.h"#include "TALibException.h"

Go to the source code of this file.
| Data Structures | |
| class | StockException | 
| Base Exception for Stock and StockManager, all src_cpp code.  More... | |
| class | StockFileError | 
| Specific, inherit from FileError from utils.  More... | |
| class | StockTALibError | 
| Specific for TALib part of the code.  More... | |
| class | StockPythonException | 
| Specific the wrapper python.  More... | |
Exception to be used within stock_cpp.
Goal, get a specific handling error class, but use common easy to reuse other classes
First test, make a composition with utils exception.
Other option, derive from a previous class, diamond problem. Can test both StockFileError derive from stock...
Last modified
Definition in file StockException.h.
 1.8.6
 1.8.6