Thrown when a file could not be read and permissions seem to not be an issue (Filesystem/hardware issue?) More...
#include <exception.h>
Inheritance diagram for Mezzanine::FileReadException:
Collaboration diagram for Mezzanine::FileReadException:Public Member Functions | |
| FileReadException (const String &TypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| FileReadException (const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| virtual | ~FileReadException () throw () |
| Class destructor. | |
| virtual Whole | GetExceptionCode () const throw () |
| Gets the exception code for this exception. More... | |
Public Member Functions inherited from Mezzanine::FileException | |
| FileException (const String &TypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| FileException (const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| virtual | ~FileException () throw () |
| Class destructor. | |
Public Member Functions inherited from Mezzanine::IOException | |
| IOException (const String &TypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| IOException (const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Class constructor. More... | |
| virtual | ~IOException () throw () |
| Class destructor. | |
Public Member Functions inherited from Mezzanine::Exception | |
| Exception (const String &TypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| Simple Constructor. More... | |
| virtual | ~Exception () throw () |
| Class destructor. | |
| String | GetCompleteMessage () const throw () |
| Constructs the complete message from all the information provided about the exception. More... | |
| ConstString & | GetExceptionTypeName () const throw () |
| Gets the name of the exception type. More... | |
| ConstString & | GetFile () const throw () |
| Gets the file of the exception. More... | |
| ConstString & | GetFunction () const throw () |
| Gets the function of the exception. More... | |
| const Whole & | GetLine () const throw () |
| Gets the line number of the exception. More... | |
| virtual String | what () throw () |
| Retrieves the error message. More... | |
Static Public Attributes | |
| static const Whole | ExceptionCode = Exception::IO_FILE_READ_EXCEPTION |
| Thrown when a file could not be read and permissions seem to not be an issue (Filesystem/hardware issue?) | |
Static Public Attributes inherited from Mezzanine::FileException | |
| static const Whole | ExceptionCode = Exception::IO_FILE_EXCEPTION |
| Thrown when there is an unknown issue with a file. | |
Static Public Attributes inherited from Mezzanine::IOException | |
| static const Whole | ExceptionCode = Exception::IO_EXCEPTION |
| Thrown when there was an issue with IO but very little was known about it. | |
Thrown when a file could not be read and permissions seem to not be an issue (Filesystem/hardware issue?)
Definition at line 287 of file exception.h.
|
inline |
Class constructor.
| TypeName | The name of this class. |
| Message | A basic description of the error. |
| SrcFunction | The name of the function from which this originated. |
| SrcFile | The name of the file from which this originated. |
| FileLine | The line on the named file from which this originated. |
Definition at line 299 of file exception.h.
|
inline |
Class constructor.
| Message | A basic description of the error. |
| SrcFunction | The name of the function from which this originated. |
| SrcFile | The name of the file from which this originated. |
| FileLine | The line on the named file from which this originated. |
Definition at line 308 of file exception.h.
|
inlinevirtual | |||||||||||||
Gets the exception code for this exception.
Reimplemented from Mezzanine::FileException.
Definition at line 316 of file exception.h.
1.8.4