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

corelinux::IteratorException Class Reference

IteratorException is the base exception type for Iterator. More...

#include <IteratorException.hpp>

Inheritance diagram for corelinux::IteratorException

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

Collaboration graph
[legend]
List of all members.

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


Detailed Description

IteratorException is the base exception type for Iterator.

All Iterator exceptions derive from this.


Constructor & Destructor Documentation

corelinux::IteratorException::IteratorException ( 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::IteratorException::IteratorException ( IteratorExceptionCref aRef )
 

Copy constructor.

Parameters:
IteratorException   const reference

corelinux::IteratorException::IteratorException ( CharCptr why,
CharCptr file,
LineNum line,
Severity severity = Exception::CONTINUABLE,
bool outOfMemory = false ) [protected]
 

Default Constructor.

Parameters:
why   describes why the exception was thrown
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::IteratorException::IteratorException ( void ) [protected]
 

IteratorException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

IteratorExceptionRef corelinux::IteratorException::operator= ( IteratorExceptionCref aRef )
 

Assignment operator overload.

Parameters:
IteratorException   const reference
Returns:
IteratorException reference to self

bool corelinux::IteratorException::operator== ( IteratorExceptionCref aRef ) const
 

Equality operator overload.

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