|
svcore
1.9
|
#include <Exceptions.h>


Public Member Functions | |
| FailedToOpenFile (QString file) throw () | |
| virtual | ~FailedToOpenFile () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_file |
Definition at line 36 of file Exceptions.h.
| FailedToOpenFile::FailedToOpenFile | ( | QString | file | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 36 of file Exceptions.cpp.
|
inlinevirtual | |||||||||||||
Definition at line 40 of file Exceptions.h.
|
virtual | |||||||||||||
Definition at line 44 of file Exceptions.cpp.
References m_file.
|
protected |
Definition at line 44 of file Exceptions.h.
Referenced by what().