svcore  1.9
FileOperationFailed Class Reference

#include <Exceptions.h>

List of all members.

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

Detailed Description

Definition at line 69 of file Exceptions.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Member Data Documentation

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().


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