DirectoryCreationFailed Class Reference

#include <Exceptions.h>

Inheritance diagram for DirectoryCreationFailed:
Inheritance graph
Collaboration diagram for DirectoryCreationFailed:
Collaboration graph

Public Member Functions

 DirectoryCreationFailed (QString directory) throw ()
 
virtual ~DirectoryCreationFailed () throw ()
 
const char * what () const override throw ()
 

Protected Attributes

QString m_directory
 

Detailed Description

Definition at line 47 of file Exceptions.h.

Constructor & Destructor Documentation

DirectoryCreationFailed::DirectoryCreationFailed ( QString  directory)
throw (
)

Definition at line 51 of file Exceptions.cpp.

virtual DirectoryCreationFailed::~DirectoryCreationFailed ( )
throw (
)
inlinevirtual

Definition at line 51 of file Exceptions.h.

References FileNotFound::what().

Member Function Documentation

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

Definition at line 59 of file Exceptions.cpp.

Referenced by FileSource::createCacheFile().

Member Data Documentation

QString DirectoryCreationFailed::m_directory
protected

Definition at line 55 of file Exceptions.h.


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