svcore  1.9
FileReadFailed Class Reference

#include <Exceptions.h>

List of all members.

Public Member Functions

 FileReadFailed (QString file) throw ()
virtual ~FileReadFailed () throw ()
virtual const char * what () const throw ()

Protected Attributes

QString m_file

Detailed Description

Definition at line 58 of file Exceptions.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char * FileReadFailed::what ( ) const throw () [virtual]

Definition at line 72 of file Exceptions.cpp.

References m_file.

Referenced by FFTFileCacheReader::populateReadBuf().


Member Data Documentation

QString FileReadFailed::m_file [protected]

Definition at line 66 of file Exceptions.h.

Referenced by what().


The documentation for this class was generated from the following files: