svcore  1.9
AllocationFailed Class Reference

#include <Exceptions.h>

Inheritance diagram for AllocationFailed:
Collaboration diagram for AllocationFailed:

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::AllocationFailed ( QString  purpose)
throw (
)

Definition at line 126 of file Exceptions.cpp.

◆ ~AllocationFailed()

virtual AllocationFailed::~AllocationFailed ( )
throw (
)
inlinevirtual

Definition at line 104 of file Exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 134 of file Exceptions.cpp.

References m_purpose.

Member Data Documentation

◆ m_purpose

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: