|
svcore
1.9
|
#include <Exceptions.h>
Public Member Functions | |
| FileOperationFailed (QString file, QString operation) throw () | |
| virtual | ~FileOperationFailed () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_file |
| QString | m_operation |
Definition at line 69 of file Exceptions.h.
| FileOperationFailed::FileOperationFailed | ( | QString | file, |
| QString | operation | ||
| ) | throw () |
Definition at line 78 of file Exceptions.cpp.
| virtual FileOperationFailed::~FileOperationFailed | ( | ) | throw () [inline, virtual] |
Definition at line 73 of file Exceptions.h.
| const char * FileOperationFailed::what | ( | ) | const throw () [virtual] |
Definition at line 87 of file Exceptions.cpp.
References m_file, and m_operation.
Referenced by WavFileWriter::WavFileWriter(), CSVFileWriter::write(), and CSVFileWriter::writeSelection().
QString FileOperationFailed::m_file [protected] |
Definition at line 77 of file Exceptions.h.
Referenced by what().
QString FileOperationFailed::m_operation [protected] |
Definition at line 78 of file Exceptions.h.
Referenced by what().