svcore  1.9
FailedToOpenFile Class Reference

#include <Exceptions.h>

List of all members.

Public Member Functions

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

Protected Attributes

QString m_file

Detailed Description

Definition at line 36 of file Exceptions.h.


Constructor & Destructor Documentation

FailedToOpenFile::FailedToOpenFile ( QString  file) throw ()

Definition at line 36 of file Exceptions.cpp.

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

Definition at line 40 of file Exceptions.h.


Member Function Documentation

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

Definition at line 44 of file Exceptions.cpp.

References m_file.


Member Data Documentation

QString FailedToOpenFile::m_file [protected]

Definition at line 44 of file Exceptions.h.

Referenced by what().


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