#include <IteratorException.hpp>
Inheritance diagram for corelinux::IteratorException::
Public Methods | |
IteratorException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. More... | |
IteratorException (IteratorExceptionCref) | |
Copy constructor. More... | |
virtual | ~IteratorException (void) |
Virtual Destructor. | |
IteratorExceptionRef | operator= (IteratorExceptionCref) |
Assignment operator overload. More... | |
bool | operator== (IteratorExceptionCref) const |
Equality operator overload. More... | |
Protected Methods | |
IteratorException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. More... | |
IteratorException (void) | |
IteratorException must have at least a location.. More... |
All Iterator exceptions derive from this.
|
Default Constructor.
|
|
Copy constructor.
|
|
Default Constructor.
|
|
IteratorException must have at least a location.. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|