ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
StockException.h File Reference

Exception to be used within stock_cpp. More...

#include <string>
#include <stdexcept>
#include <iostream>
#include "../utils/UtilsExceptions.h"
#include "TALibException.h"
Include dependency graph for StockException.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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

Id:
StockException.h 507 2014-10-31 11:49:45Z martinml

Definition in file StockException.h.