#include <Exceptions.h>
Definition at line 56 of file Exceptions.h.
Public Member Functions | |
| FileReadFailed (QString file) throw () | |
| virtual | ~FileReadFailed () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_file |
| FileReadFailed::FileReadFailed | ( | QString | file | ) | throw () |
Definition at line 62 of file Exceptions.cpp.
| virtual FileReadFailed::~FileReadFailed | ( | ) | throw () [inline, virtual] |
Definition at line 60 of file Exceptions.h.
| const char * FileReadFailed::what | ( | ) | const throw () [virtual] |
QString FileReadFailed::m_file [protected] |
1.5.1