#include <stdair/stdair_exceptions.hpp>
Inheritance diagram for stdair::MemoryAllocationException:Public Member Functions | |
| MemoryAllocationException (const std::string &iWhat) | |
| const char * | what () const throw () |
Protected Attributes | |
| std::string | _what |
Memory allocation.
Definition at line 89 of file stdair_exceptions.hpp.
|
inline |
Constructor.
Definition at line 92 of file stdair_exceptions.hpp.
|
inlineinherited | |||||||||||||
Give the details of the exception.
Definition at line 38 of file stdair_exceptions.hpp.
References stdair::RootException::_what.
Referenced by stdair::ConfigHolderStruct::updateAirlineFeatures().
|
protectedinherited |
Details for the exception.
Definition at line 46 of file stdair_exceptions.hpp.
Referenced by stdair::RootException::what().
1.8.9.1