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

corelinux::AllocatorNotFoundException Class Reference

AllocatorNotFoundException is an exception that is usually thrown when a AbstractFactory attempts to use a specific Allocator. More...

#include <AllocatorNotFoundException.hpp>

Inheritance diagram for corelinux::AllocatorNotFoundException

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

 AllocatorNotFoundException ( AllocatorNotFoundExceptionCref )
 Copy constructor. More...

virtual ~AllocatorNotFoundException ( void )
 Virtual Destructor.

AllocatorNotFoundExceptionRef operator= ( AllocatorNotFoundExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

AllocatorNotFoundException is an exception that is usually thrown when a AbstractFactory attempts to use a specific Allocator.


Constructor & Destructor Documentation

corelinux::AllocatorNotFoundException::AllocatorNotFoundException ( 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::AllocatorNotFoundException::AllocatorNotFoundException ( AllocatorNotFoundExceptionCref aRef )
 

Copy constructor.

Parameters:
AllocatorNotFoundException   const reference

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

AllocatorNotFoundException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

AllocatorNotFoundExceptionRef corelinux::AllocatorNotFoundException::operator= ( AllocatorNotFoundExceptionCref aRef )
 

Assignment operator overload.

Parameters:
AllocatorNotFoundException   const reference
Returns:
AllocatorNotFoundException reference to self

bool corelinux::AllocatorNotFoundException::operator== ( AllocatorNotFoundExceptionCref aRef ) const
 

Equality operator overload.

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