Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

corelinux::IteratorBoundsException Class Reference

IteratorBoundsException is thrown when a Iterator has position before the begining or past the end positions of its implementation. More...

#include <IteratorBoundsException.hpp>

Inheritance diagram for corelinux::IteratorBoundsException

Inheritance graph
[legend]
Collaboration diagram for corelinux::IteratorBoundsException:

Collaboration graph
[legend]
List of all members.

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...


Detailed Description

IteratorBoundsException is thrown when a Iterator has position before the begining or past the end positions of its implementation.


Constructor & Destructor Documentation

corelinux::IteratorBoundsException::IteratorBoundsException ( CharCptr file,
LineNum line,
Severity severity = Exception::CONTINUABLE,
bool outOfMemory = false )
 

Default Constructor.

Parameters:
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::IteratorBoundsException::IteratorBoundsException ( IteratorBoundsExceptionCref aRef )
 

Copy constructor.

Parameters:
IteratorBoundsException   const reference

corelinux::IteratorBoundsException::IteratorBoundsException ( void ) [protected]
 

IteratorBoundsException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

IteratorBoundsExceptionRef corelinux::IteratorBoundsException::operator= ( IteratorBoundsExceptionCref aRef )
 

Assignment operator overload.

Parameters:
IteratorBoundsException   const reference
Returns:
IteratorBoundsException reference to self

bool corelinux::IteratorBoundsException::operator== ( IteratorBoundsExceptionCref aRef ) const
 

Equality operator overload.

Parameters:
IteratorBoundsException   const reference
Returns:
true if equal, false otherwise


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium