svcore
1.9
|
#include <Exceptions.h>
Public Member Functions | |
FileNotFound (QString file) throw () | |
virtual | ~FileNotFound () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_file |
Definition at line 25 of file Exceptions.h.
FileNotFound::FileNotFound | ( | QString | file | ) | throw () |
Definition at line 22 of file Exceptions.cpp.
virtual FileNotFound::~FileNotFound | ( | ) | throw () [inline, virtual] |
Definition at line 29 of file Exceptions.h.
const char * FileNotFound::what | ( | ) | const throw () [virtual] |
Definition at line 30 of file Exceptions.cpp.
References m_file.
QString FileNotFound::m_file [protected] |
Definition at line 33 of file Exceptions.h.
Referenced by what().