#include <AllocatorNotFoundException.hpp>
Inheritance diagram for corelinux::AllocatorNotFoundException:
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 | ) |
corelinux::AllocatorNotFoundException::AllocatorNotFoundException | ( | void | ) | [protected] |
AllocatorNotFoundException must have at least a location.
Default constructor is not allowed.
AllocatorNotFoundExceptionRef corelinux::AllocatorNotFoundException::operator= | ( | AllocatorNotFoundExceptionCref | ) |
Assignment operator overload.
AllocatorNotFoundException | const reference |
bool corelinux::AllocatorNotFoundException::operator== | ( | AllocatorNotFoundExceptionCref | ) | const |
Equality operator overload.
AllocatorNotFoundException | const reference |