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:

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

Public Member Functions

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

Protected Member Functions

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

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   ) 

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   ) 

Assignment operator overload.

Parameters:
AllocatorAlreadyExistsException const reference
Returns:
AllocatorAlreadyExistsException reference to self

bool corelinux::AllocatorAlreadyExistsException::operator== ( AllocatorAlreadyExistsExceptionCref   )  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