#include <Exceptions.h>

Inheritance diagram for AllocationFailed:
Inheritance graph
Collaboration diagram for AllocationFailed:
Collaboration graph

Public Member Functions

 AllocationFailed (QString purpose) throw ()
 
virtual ~AllocationFailed () throw ()
 
const char * what () const override 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 131 of file Exceptions.cpp.

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

Definition at line 104 of file Exceptions.h.

References FileNotFound::what().

Member Function Documentation

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

Definition at line 138 of file Exceptions.cpp.

Member Data Documentation

QString AllocationFailed::m_purpose
protected

Definition at line 108 of file Exceptions.h.


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