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
UtilsExceptions.h File Reference

Define general exception, of general utility. More...

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

Go to the source code of this file.

Data Structures

class  FileError
 Base class for error handling with files. More...
 
class  FileOpenError
 Specific class when the file cannot be found and opened. More...
 
class  FileEmptyError
 add my own, if file is empty really or empty of data More...
 
class  FileReadError
 for dealing with error in reading, problem of formatting for instance More...
 

Detailed Description

Define general exception, of general utility.

Implements different FileError, but would like to be used and catch by specific base StockError, GUIError... Will derive from them (but cannot be used in an other project !)

Last modified

Id:
UtilsExceptions.h 508 2014-11-02 10:35:21Z martinml

Definition in file UtilsExceptions.h.