ROOT_Application
2.0
C++ Core modules and GUIStock
|
Specific class when the file cannot be found and opened. More...
#include <UtilsExceptions.h>
Public Member Functions | |
FileOpenError (const std::string &fileNameIn) | |
Modify the message do make it explicit. 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 |
Specific class when the file cannot be found and opened.
Definition at line 61 of file UtilsExceptions.h.
FileOpenError::FileOpenError | ( | const std::string & | fileNameIn | ) |
Modify the message do make it explicit.
Definition at line 14 of file UtilsExceptions.cpp.
References FileError::mFileMsg.