#include <AbstractFactoryException.hpp>
Public Member Functions | |
AbstractFactoryException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
AbstractFactoryException (AbstractFactoryExceptionCref) | |
Copy constructor. | |
virtual | ~AbstractFactoryException (void) |
Virtual Destructor. | |
AbstractFactoryExceptionRef | operator= (AbstractFactoryExceptionCref) |
Assignment operator overload. | |
bool | operator== (AbstractFactoryExceptionCref) const |
Equality operator overload. | |
Protected Member Functions | |
AbstractFactoryException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
AbstractFactoryException (void) | |
AbstractFactoryException must have at least a location. |
corelinux::AbstractFactoryException::AbstractFactoryException | ( | 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::AbstractFactoryException::AbstractFactoryException | ( | AbstractFactoryExceptionCref | aRef | ) |
corelinux::AbstractFactoryException::AbstractFactoryException | ( | CharCptr | why, | |
CharCptr | file, | |||
LineNum | line, | |||
Severity | severity = Exception::CONTINUABLE , |
|||
bool | outOfMemory = false | |||
) | [protected] |
Default Constructor.
why | describes why the exception was thrown | |
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::AbstractFactoryException::AbstractFactoryException | ( | void | ) | [protected] |
AbstractFactoryException must have at least a location.
Default constructor is not allowed.
AbstractFactoryExceptionRef corelinux::AbstractFactoryException::operator= | ( | AbstractFactoryExceptionCref | aRef | ) |
Assignment operator overload.
AbstractFactoryException | const reference |
References corelinux::Exception::operator=().
Referenced by corelinux::AllocatorNotFoundException::operator=(), and corelinux::AllocatorAlreadyExistsException::operator=().
bool corelinux::AbstractFactoryException::operator== | ( | AbstractFactoryExceptionCref | aRef | ) | const |
Equality operator overload.
AbstractFactoryException | const reference |