#include <Exceptions.h>

Inheritance diagram for FileReadFailed:
Inheritance graph
Collaboration diagram for FileReadFailed:
Collaboration graph

Public Member Functions

 FileReadFailed (QString file) throw ()
 
virtual ~FileReadFailed () throw ()
 
const char * what () const override throw ()
 

Protected Attributes

QString m_file
 

Detailed Description

Definition at line 58 of file Exceptions.h.

Constructor & Destructor Documentation

FileReadFailed::FileReadFailed ( QString  file)
throw (
)

Definition at line 67 of file Exceptions.cpp.

virtual FileReadFailed::~FileReadFailed ( )
throw (
)
inlinevirtual

Definition at line 62 of file Exceptions.h.

References FileNotFound::what().

Member Function Documentation

const char * FileReadFailed::what ( ) const
throw (
)
override

Definition at line 74 of file Exceptions.cpp.

References FileNotFound::m_file.

Member Data Documentation

QString FileReadFailed::m_file
protected

Definition at line 66 of file Exceptions.h.


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