|
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.
|
inlinevirtual | |||||||||||||
Definition at line 51 of file Exceptions.h.
|
virtual | |||||||||||||
Definition at line 58 of file Exceptions.cpp.
References m_directory.
Referenced by FileSource::createCacheFile().
|
protected |
Definition at line 55 of file Exceptions.h.
Referenced by what().