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