ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
FileOpenError Class Reference

Specific class when the file cannot be found and opened. More...

#include <UtilsExceptions.h>

Inheritance diagram for FileOpenError:
Inheritance graph
[legend]
Collaboration diagram for FileOpenError:
Collaboration graph
[legend]

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
 

Detailed Description

Specific class when the file cannot be found and opened.

Definition at line 61 of file UtilsExceptions.h.

Constructor & Destructor Documentation

FileOpenError::FileOpenError ( const std::string &  fileNameIn)

Modify the message do make it explicit.

Definition at line 14 of file UtilsExceptions.cpp.

References FileError::mFileMsg.


The documentation for this class was generated from the following files: