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

corelinux::InvalidIteratorException Class Reference

InvalidIteratorException is an exception that indicates a Iterator could not be properly formed for some reason. More...

#include <InvalidIteratorException.hpp>

Inheritance diagram for corelinux::InvalidIteratorException

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

Collaboration graph
[legend]
List of all members.

Public Methods

 InvalidIteratorException ( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
 Default Constructor. More...

 InvalidIteratorException ( InvalidIteratorExceptionCref )
 Copy constructor. More...

virtual ~InvalidIteratorException ( void )
 Virtual Destructor.

InvalidIteratorExceptionRef operator= ( InvalidIteratorExceptionCref )
 Assignment operator overload. More...

bool operator== ( InvalidIteratorExceptionCref ) const
 Equality operator overload. More...


Protected Methods

 InvalidIteratorException ( void )
 InvalidIteratorException must have at least a location.. More...


Detailed Description

InvalidIteratorException is an exception that indicates a Iterator could not be properly formed for some reason.


Constructor & Destructor Documentation

corelinux::InvalidIteratorException::InvalidIteratorException ( 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::InvalidIteratorException::InvalidIteratorException ( InvalidIteratorExceptionCref aRef )
 

Copy constructor.

Parameters:
IteratorException   const reference

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

InvalidIteratorException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

InvalidIteratorExceptionRef corelinux::InvalidIteratorException::operator= ( InvalidIteratorExceptionCref aRef )
 

Assignment operator overload.

Parameters:
InvalidIteratorException   const reference
Returns:
InvalidIteratorException reference to self

bool corelinux::InvalidIteratorException::operator== ( InvalidIteratorExceptionCref aRef ) const
 

Equality operator overload.

Parameters:
InvalidIteratorException   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