FileOperationFailed Class Reference

#include <Exceptions.h>

List of all members.


Detailed Description

Definition at line 67 of file 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


Constructor & Destructor Documentation

FileOperationFailed::FileOperationFailed ( QString  file,
QString  operation 
) throw ()

Definition at line 76 of file Exceptions.cpp.

virtual FileOperationFailed::~FileOperationFailed (  )  throw () [inline, virtual]

Definition at line 71 of file Exceptions.h.


Member Function Documentation

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

Definition at line 85 of file Exceptions.cpp.

References m_file, and m_operation.


Member Data Documentation

QString FileOperationFailed::m_file [protected]

Definition at line 75 of file Exceptions.h.

Referenced by what().

QString FileOperationFailed::m_operation [protected]

Definition at line 76 of file Exceptions.h.

Referenced by what().


The documentation for this class was generated from the following files:
Generated on Wed Feb 20 15:45:33 2008 for SonicVisualiser by  doxygen 1.5.1