#include <Exceptions.h>

Inheritance diagram for FileNotFound:
Inheritance graph
Collaboration diagram for FileNotFound:
Collaboration graph

Public Member Functions

 FileNotFound (QString file) throw ()
 
virtual ~FileNotFound () throw ()
 
const char * what () const override 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 (
)
inlinevirtual

Definition at line 29 of file Exceptions.h.

References what().

Member Function Documentation

Member Data Documentation

QString FileNotFound::m_file
protected

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