|
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.
|
inlinevirtual | |||||||||||||
Definition at line 73 of file Exceptions.h.
|
virtual | |||||||||||||
Definition at line 87 of file Exceptions.cpp.
References m_file, and m_operation.
Referenced by WavFileWriter::WavFileWriter(), CSVFileWriter::write(), and CSVFileWriter::writeSelection().
|
protected |
Definition at line 77 of file Exceptions.h.
Referenced by what().
|
protected |
Definition at line 78 of file Exceptions.h.
Referenced by what().