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