|
svcore
1.9
|
#include <Exceptions.h>


Public Member Functions | |
| AllocationFailed (QString purpose) throw () | |
| virtual | ~AllocationFailed () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_purpose |
Definition at line 100 of file Exceptions.h.
| AllocationFailed::AllocationFailed | ( | QString | purpose | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 126 of file Exceptions.cpp.
|
inlinevirtual | |||||||||||||
Definition at line 104 of file Exceptions.h.
|
virtual | |||||||||||||
Definition at line 134 of file Exceptions.cpp.
References m_purpose.
|
protected |
Definition at line 108 of file Exceptions.h.
Referenced by what().