svcore
1.9
|
#include <Exceptions.h>
Public Member Functions | |
DirectoryCreationFailed (QString directory) throw () | |
virtual | ~DirectoryCreationFailed () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_directory |
Definition at line 47 of file Exceptions.h.
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.
const char * DirectoryCreationFailed::what | ( | ) | const throw () [virtual] |
Definition at line 58 of file Exceptions.cpp.
References m_directory.
Referenced by FileSource::createCacheFile().
QString DirectoryCreationFailed::m_directory [protected] |
Definition at line 55 of file Exceptions.h.
Referenced by what().