|
svcore
1.9
|
#include <Exceptions.h>
Public Member Functions | |
| InsufficientDiscSpace (QString directory, int required, int available) throw () | |
| InsufficientDiscSpace (QString directory) throw () | |
| virtual | ~InsufficientDiscSpace () throw () |
| virtual const char * | what () const throw () |
| QString | getDirectory () const |
| int | getRequired () const |
| int | getAvailable () const |
Protected Attributes | |
| QString | m_directory |
| int | m_required |
| int | m_available |
Definition at line 81 of file Exceptions.h.
| InsufficientDiscSpace::InsufficientDiscSpace | ( | QString | directory, |
| int | required, | ||
| int | available | ||
| ) | throw () |
Definition at line 93 of file Exceptions.cpp.
| InsufficientDiscSpace::InsufficientDiscSpace | ( | QString | directory | ) | throw () |
Definition at line 105 of file Exceptions.cpp.
| virtual InsufficientDiscSpace::~InsufficientDiscSpace | ( | ) | throw () [inline, virtual] |
Definition at line 87 of file Exceptions.h.
| const char * InsufficientDiscSpace::what | ( | ) | const throw () [virtual] |
Definition at line 115 of file Exceptions.cpp.
References m_available, m_directory, and m_required.
| QString InsufficientDiscSpace::getDirectory | ( | ) | const [inline] |
Definition at line 90 of file Exceptions.h.
| int InsufficientDiscSpace::getRequired | ( | ) | const [inline] |
Definition at line 91 of file Exceptions.h.
| int InsufficientDiscSpace::getAvailable | ( | ) | const [inline] |
Definition at line 92 of file Exceptions.h.
QString InsufficientDiscSpace::m_directory [protected] |
Definition at line 95 of file Exceptions.h.
Referenced by what().
int InsufficientDiscSpace::m_required [protected] |
Definition at line 96 of file Exceptions.h.
Referenced by what().
int InsufficientDiscSpace::m_available [protected] |
Definition at line 97 of file Exceptions.h.
Referenced by what().