|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
add my own, if file is empty really or empty of data More...
#include <UtilsExceptions.h>


Public Member Functions | |
| FileEmptyError (const std::string &fileNameIn) | |
| if empty eally or empty of data More... | |
Public Member Functions inherited from FileError | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from FileError | |
| std::string | mFile |
| std::string | mFileMsg |
add my own, if file is empty really or empty of data
Definition at line 68 of file UtilsExceptions.h.
| FileEmptyError::FileEmptyError | ( | const std::string & | fileNameIn | ) |
if empty eally or empty of data
Definition at line 24 of file UtilsExceptions.cpp.
References FileError::mFileMsg.
1.8.6