svcore
1.9
|
FileNotFound Class Reference
#include <Exceptions.h>
Inheritance diagram for FileNotFound:

Collaboration diagram for FileNotFound:

Public Member Functions | |
FileNotFound (QString file) throw () | |
virtual | ~FileNotFound () throw () |
const char * | what () const override throw () |
Protected Attributes | |
QString | m_file |
Detailed Description
Definition at line 25 of file Exceptions.h.
Constructor & Destructor Documentation
FileNotFound::FileNotFound | ( | QString | file | ) | |
throw | ( | ||||
) |
Definition at line 22 of file Exceptions.cpp.
|
inlinevirtual |
Definition at line 29 of file Exceptions.h.
References what().
Member Function Documentation
|
override |
Definition at line 29 of file Exceptions.cpp.
References m_file.
Referenced by AllocationFailed::~AllocationFailed(), DirectoryCreationFailed::~DirectoryCreationFailed(), FailedToOpenFile::~FailedToOpenFile(), ~FileNotFound(), FileOperationFailed::~FileOperationFailed(), FileReadFailed::~FileReadFailed(), and InsufficientDiscSpace::~InsufficientDiscSpace().
Member Data Documentation
|
protected |
Definition at line 33 of file Exceptions.h.
Referenced by what(), FailedToOpenFile::what(), FileReadFailed::what(), and FileOperationFailed::what().
The documentation for this class was generated from the following files:
Generated by
