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

corelinux::AllocatorAlreadyExistsException Class Reference

AllocatorAlreadyExistsException is an exception that is usually thrown when a add of an Allocator collides in a AbstractFactory implementation. More...

#include <AllocatorAlreadyExistsException.hpp>

Inheritance diagram for corelinux::AllocatorAlreadyExistsException

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

 AllocatorAlreadyExistsException ( AllocatorAlreadyExistsExceptionCref )
 Copy constructor. More...

virtual ~AllocatorAlreadyExistsException ( void )
 Virtual Destructor.

AllocatorAlreadyExistsExceptionRef operator= ( AllocatorAlreadyExistsExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

AllocatorAlreadyExistsException is an exception that is usually thrown when a add of an Allocator collides in a AbstractFactory implementation.


Constructor & Destructor Documentation

corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException ( 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::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException ( AllocatorAlreadyExistsExceptionCref aRef )
 

Copy constructor.

Parameters:
AllocatorAlreadyExistsException   const reference

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

AllocatorAlreadyExistsException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

AllocatorAlreadyExistsExceptionRef corelinux::AllocatorAlreadyExistsException::operator= ( AllocatorAlreadyExistsExceptionCref aRef )
 

Assignment operator overload.

Parameters:
AllocatorAlreadyExistsException   const reference
Returns:
AllocatorAlreadyExistsException reference to self

bool corelinux::AllocatorAlreadyExistsException::operator== ( AllocatorAlreadyExistsExceptionCref aRef ) const
 

Equality operator overload.

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