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