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