svcore  1.9
FileNotFound Class Reference

#include <Exceptions.h>

Inheritance diagram for FileNotFound:
Collaboration diagram for FileNotFound:

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::FileNotFound ( QString  file)
throw (
)

Definition at line 22 of file Exceptions.cpp.

◆ ~FileNotFound()

virtual FileNotFound::~FileNotFound ( )
throw (
)
inlinevirtual

Definition at line 29 of file Exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 30 of file Exceptions.cpp.

References m_file.

Member Data Documentation

◆ m_file

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: