|
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.
|
inlinevirtual | |||||||||||||
Definition at line 62 of file Exceptions.h.
|
virtual | |||||||||||||
Definition at line 72 of file Exceptions.cpp.
References m_file.
Referenced by FFTFileCacheReader::populateReadBuf().
|
protected |
Definition at line 66 of file Exceptions.h.
Referenced by what().