#include <AllocatorNotFoundException.hpp>

Public Member Functions | |
| AllocatorNotFoundException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
| Default Constructor. | |
| AllocatorNotFoundException (AllocatorNotFoundExceptionCref) | |
| Copy constructor. | |
| virtual | ~AllocatorNotFoundException (void) |
| Virtual Destructor. | |
| AllocatorNotFoundExceptionRef | operator= (AllocatorNotFoundExceptionCref) |
| Assignment operator overload. | |
| bool | operator== (AllocatorNotFoundExceptionCref) const |
| Equality operator overload. | |
Protected Member Functions | |
| AllocatorNotFoundException (void) | |
| AllocatorNotFoundException must have at least a location. | |
| corelinux::AllocatorNotFoundException::AllocatorNotFoundException | ( | CharCptr | file, | |
| LineNum | line, | |||
| Severity | severity = Exception::CONTINUABLE, |
|||
| bool | outOfMemory = false | |||
| ) |
Default Constructor.
| file | The source module throwing the exception | |
| line | The line of source throwing the exception | |
| severity | The Exception::Severity of the Exception | |
| outOfMemory | An out of memory indicator |
| corelinux::AllocatorNotFoundException::AllocatorNotFoundException | ( | AllocatorNotFoundExceptionCref | aRef | ) |
| corelinux::AllocatorNotFoundException::AllocatorNotFoundException | ( | void | ) | [protected] |
AllocatorNotFoundException must have at least a location.
Default constructor is not allowed.
| AllocatorNotFoundExceptionRef corelinux::AllocatorNotFoundException::operator= | ( | AllocatorNotFoundExceptionCref | aRef | ) |
Assignment operator overload.
| AllocatorNotFoundException | const reference |
References corelinux::AbstractFactoryException::operator=().
| bool corelinux::AllocatorNotFoundException::operator== | ( | AllocatorNotFoundExceptionCref | aRef | ) | const |
Equality operator overload.
| AllocatorNotFoundException | const reference |