svcore
1.9
|
InsufficientDiscSpace Class Reference
#include <Exceptions.h>
Inheritance diagram for InsufficientDiscSpace:
Collaboration diagram for InsufficientDiscSpace:
Public Member Functions | |
InsufficientDiscSpace (QString directory, size_t required, size_t available) throw () | |
InsufficientDiscSpace (QString directory) throw () | |
virtual | ~InsufficientDiscSpace () throw () |
const char * | what () const override throw () |
QString | getDirectory () const |
size_t | getRequired () const |
size_t | getAvailable () const |
Protected Attributes | |
QString | m_directory |
size_t | m_required |
size_t | m_available |
Detailed Description
Definition at line 81 of file Exceptions.h.
Constructor & Destructor Documentation
InsufficientDiscSpace::InsufficientDiscSpace | ( | QString | directory, |
size_t | required, | ||
size_t | available | ||
) | |||
throw | ( | ||
) |
Definition at line 97 of file Exceptions.cpp.
InsufficientDiscSpace::InsufficientDiscSpace | ( | QString | directory | ) | |
throw | ( | ||||
) |
Definition at line 109 of file Exceptions.cpp.
|
inlinevirtual |
Definition at line 87 of file Exceptions.h.
References FileNotFound::what().
Member Function Documentation
|
override |
Definition at line 118 of file Exceptions.cpp.
|
inline |
Definition at line 90 of file Exceptions.h.
|
inline |
Definition at line 91 of file Exceptions.h.
|
inline |
Definition at line 92 of file Exceptions.h.
Member Data Documentation
|
protected |
Definition at line 95 of file Exceptions.h.
|
protected |
Definition at line 96 of file Exceptions.h.
|
protected |
Definition at line 97 of file Exceptions.h.
The documentation for this class was generated from the following files:
Generated by 1.8.11