svcore  1.9
FileNotFound Class Reference

#include <Exceptions.h>

List of all members.

Public Member Functions

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

Protected Attributes

QString m_file

Detailed Description

Definition at line 25 of file Exceptions.h.


Constructor & Destructor Documentation

FileNotFound::FileNotFound ( QString  file) throw ()

Definition at line 22 of file Exceptions.cpp.

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

Definition at line 29 of file Exceptions.h.


Member Function Documentation

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

Definition at line 30 of file Exceptions.cpp.

References m_file.


Member Data Documentation

QString FileNotFound::m_file [protected]

Definition at line 33 of file Exceptions.h.

Referenced by what().


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