ROOT_Application
2.0
C++ Core modules and GUIStock
|
Base class for error handling with files. More...
#include <UtilsExceptions.h>
Public Member Functions | |
FileError (const std::string &fileIn) | |
FileError (const std::string &fileIn, const std::string(msg)) | |
~FileError () throw () | |
virtual const char * | what () const noexcept |
for getting the message with standard interface do not throw exception More... | |
std::string | getFileName () const |
Protected Attributes | |
std::string | mFile |
std::string | mFileMsg |
Base class for error handling with files.
Definition at line 27 of file UtilsExceptions.h.
|
inline |
Definition at line 39 of file UtilsExceptions.h.
|
inline |
Definition at line 44 of file UtilsExceptions.h.
|
inline |
Definition at line 47 of file UtilsExceptions.h.
|
inline |
Definition at line 53 of file UtilsExceptions.h.
References mFile.
|
inlinevirtualnoexcept |
for getting the message with standard interface
do not throw exception
Reimplemented in StockFileError.
Definition at line 50 of file UtilsExceptions.h.
References mFileMsg.
Referenced by StockFileError::StockFileError().
|
protected |
Definition at line 57 of file UtilsExceptions.h.
Referenced by getFileName().
|
protected |
Definition at line 57 of file UtilsExceptions.h.
Referenced by FileEmptyError::FileEmptyError(), FileOpenError::FileOpenError(), FileReadError::FileReadError(), and what().