#include <IteratorBoundsException.hpp>
Inheritance diagram for corelinux::IteratorBoundsException


Public Methods | |
| IteratorBoundsException ( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
| Default Constructor. More... | |
| IteratorBoundsException ( IteratorBoundsExceptionCref ) | |
| Copy constructor. More... | |
| virtual | ~IteratorBoundsException ( void ) |
| Virtual Destructor. | |
| IteratorBoundsExceptionRef | operator= ( IteratorBoundsExceptionCref ) |
| Assignment operator overload. More... | |
| bool | operator== ( IteratorBoundsExceptionCref ) const |
| Equality operator overload. More... | |
Protected Methods | |
| IteratorBoundsException ( void ) | |
| IteratorBoundsException must have at least a location.. More... | |
|
|
Default Constructor.
|
|
|
Copy constructor.
|
|
|
IteratorBoundsException must have at least a location.. Default constructor is not allowed. |
|
|
Assignment operator overload.
|
|
|
Equality operator overload.
|