#include <AllocatorNotFoundException.hpp>
Inheritance diagram for corelinux::AllocatorNotFoundException
Public Methods | |
AllocatorNotFoundException ( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
Default Constructor. More... | |
AllocatorNotFoundException ( AllocatorNotFoundExceptionCref ) | |
Copy constructor. More... | |
virtual | ~AllocatorNotFoundException ( void ) |
Virtual Destructor. | |
AllocatorNotFoundExceptionRef | operator= ( AllocatorNotFoundExceptionCref ) |
Assignment operator overload. More... | |
bool | operator== ( AllocatorNotFoundExceptionCref ) const |
Equality operator overload. More... | |
Protected Methods | |
AllocatorNotFoundException ( void ) | |
AllocatorNotFoundException must have at least a location.. More... |
|
Default Constructor.
|
|
Copy constructor.
|
|
AllocatorNotFoundException must have at least a location.. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|