#include <InvalidIteratorException.hpp>

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