ROOT_Application
2.0
C++ Core modules and GUIStock
|
Define general exception, of general utility. More...
#include <string>
#include <stdexcept>
#include <iostream>
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... | |
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
Definition in file UtilsExceptions.h.