#include <IteratorException.hpp>
Inheritance diagram for corelinux::IteratorException:
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.
|
Default Constructor.
|
|
Copy constructor.
|
|
Default Constructor.
|
|
IteratorException must have at least a location. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|