svcore  1.9
DirectoryCreationFailed Class Reference

#include <Exceptions.h>

List of all members.

Public Member Functions

 DirectoryCreationFailed (QString directory) throw ()
virtual ~DirectoryCreationFailed () throw ()
virtual const char * what () const 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 50 of file Exceptions.cpp.

virtual DirectoryCreationFailed::~DirectoryCreationFailed ( ) throw () [inline, virtual]

Definition at line 51 of file Exceptions.h.


Member Function Documentation

const char * DirectoryCreationFailed::what ( ) const throw () [virtual]

Definition at line 58 of file Exceptions.cpp.

References m_directory.

Referenced by FileSource::createCacheFile().


Member Data Documentation

Definition at line 55 of file Exceptions.h.

Referenced by what().


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