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
FileEmptyError Class Reference

add my own, if file is empty really or empty of data More...

#include <UtilsExceptions.h>

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

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
 

Detailed Description

add my own, if file is empty really or empty of data

Definition at line 68 of file UtilsExceptions.h.

Constructor & Destructor Documentation

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

if empty eally or empty of data

Definition at line 24 of file UtilsExceptions.cpp.

References FileError::mFileMsg.


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