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:

corelinux::AbstractFactoryException corelinux::Exception

List of all members.

Public Member Functions

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

Protected Member Functions

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


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

References corelinux::AbstractFactoryException::operator=().

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