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:

corelinux::IteratorException corelinux::Exception List of all members.

Public Member Functions

 IteratorBoundsException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false)
 Default Constructor.
 IteratorBoundsException (IteratorBoundsExceptionCref)
 Copy constructor.
virtual ~IteratorBoundsException (void)
 Virtual Destructor.
IteratorBoundsExceptionRef operator= (IteratorBoundsExceptionCref)
 Assignment operator overload.
bool operator== (IteratorBoundsExceptionCref) const
 Equality operator overload.

Protected Member Functions

 IteratorBoundsException (void)
 IteratorBoundsException must have at least a location.

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   ) 
 

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   ) 
 

Assignment operator overload.

Parameters:
IteratorBoundsException const reference
Returns:
IteratorBoundsException reference to self

bool corelinux::IteratorBoundsException::operator== IteratorBoundsExceptionCref   )  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