svcore
1.9
|
#include <Exceptions.h>
Public Member Functions | |
FileReadFailed (QString file) throw () | |
virtual | ~FileReadFailed () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_file |
Definition at line 58 of file Exceptions.h.
FileReadFailed::FileReadFailed | ( | QString | file | ) | throw () |
Definition at line 64 of file Exceptions.cpp.
virtual FileReadFailed::~FileReadFailed | ( | ) | throw () [inline, virtual] |
Definition at line 62 of file Exceptions.h.
const char * FileReadFailed::what | ( | ) | const throw () [virtual] |
Definition at line 72 of file Exceptions.cpp.
References m_file.
Referenced by FFTFileCacheReader::populateReadBuf().
QString FileReadFailed::m_file [protected] |
Definition at line 66 of file Exceptions.h.
Referenced by what().