#include <Exceptions.h>

Inheritance diagram for FailedToOpenFile:
Inheritance graph
Collaboration diagram for FailedToOpenFile:
Collaboration graph

Public Member Functions

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

Definition at line 40 of file Exceptions.h.

References FileNotFound::what().

Member Function Documentation

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

Definition at line 44 of file Exceptions.cpp.

References FileNotFound::m_file.

Member Data Documentation

QString FailedToOpenFile::m_file
protected

Definition at line 44 of file Exceptions.h.


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