#include <AllocatorAlreadyExistsException.hpp>
Inheritance diagram for corelinux::AllocatorAlreadyExistsException:
Public Member Functions | |
AllocatorAlreadyExistsException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
AllocatorAlreadyExistsException (AllocatorAlreadyExistsExceptionCref) | |
Copy constructor. | |
virtual | ~AllocatorAlreadyExistsException (void) |
Virtual Destructor. | |
AllocatorAlreadyExistsExceptionRef | operator= (AllocatorAlreadyExistsExceptionCref) |
Assignment operator overload. | |
bool | operator== (AllocatorAlreadyExistsExceptionCref) const |
Equality operator overload. | |
Protected Member Functions | |
AllocatorAlreadyExistsException (void) | |
AllocatorAlreadyExistsException must have at least a location. |
corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException | ( | 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::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException | ( | AllocatorAlreadyExistsExceptionCref | ) |
corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException | ( | void | ) | [protected] |
AllocatorAlreadyExistsException must have at least a location.
Default constructor is not allowed.
AllocatorAlreadyExistsExceptionRef corelinux::AllocatorAlreadyExistsException::operator= | ( | AllocatorAlreadyExistsExceptionCref | ) |
Assignment operator overload.
AllocatorAlreadyExistsException | const reference |
bool corelinux::AllocatorAlreadyExistsException::operator== | ( | AllocatorAlreadyExistsExceptionCref | ) | const |
Equality operator overload.
AllocatorAlreadyExistsException | const reference |