svcore  1.9
AllocationFailed Class Reference

#include <Exceptions.h>

List of all members.

Public Member Functions

 AllocationFailed (QString purpose) throw ()
virtual ~AllocationFailed () throw ()
virtual const char * what () const throw ()

Protected Attributes

QString m_purpose

Detailed Description

Definition at line 100 of file Exceptions.h.


Constructor & Destructor Documentation

AllocationFailed::AllocationFailed ( QString  purpose) throw ()

Definition at line 126 of file Exceptions.cpp.

virtual AllocationFailed::~AllocationFailed ( ) throw () [inline, virtual]

Definition at line 104 of file Exceptions.h.


Member Function Documentation

const char * AllocationFailed::what ( ) const throw () [virtual]

Definition at line 134 of file Exceptions.cpp.

References m_purpose.


Member Data Documentation

QString AllocationFailed::m_purpose [protected]

Definition at line 108 of file Exceptions.h.

Referenced by what().


The documentation for this class was generated from the following files: