★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/AllocatorNotFoundException.htmlNouvelle recherche | Portail wanayoo

class corelinux::AllocatorNotFoundException: public AbstractFactoryException

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

Inheritance:


Public Methods

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

Protected Methods

[more] AllocatorNotFoundException( void )
AllocatorNotFoundException must have at least a location.


Inherited from AbstractFactoryException:


Inherited from Exception:

Public Classes

oenum Severity

Public Methods

ovoid addUnwindInfo( CharCptr unwindInfo )
oconst string& getFile( void ) const
oLineNumCref getLine( void ) const
oconst Severity& getSeverity( void ) const
oconst string& getUnwind( void ) const
oconst string& getWhy( void ) const
obool isOutOfMemory( void ) const
oExceptionRef operator = ( ExceptionCref otherRef )
obool operator==( ExceptionCref otherRef )
ovoid setProcessFatalSeverity( void )
ovoid setProcessTerminateSeverity( void )
ovoid setThreadFatalSeverity( void )
ovoid setThreadTerminateSeverity( void )

Protected Methods

ovoid setWhy( CharCptr )
ovoid setWhy( const string & )


Documentation

AllocatorNotFoundException is an exception that is usually thrown when a AbstractFactory attempts to use a specific Allocator
o 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

o AllocatorNotFoundException( AllocatorNotFoundExceptionCref )
Copy constructor
Parameters:
AllocatorNotFoundException - const reference

ovirtual ~AllocatorNotFoundException( void )
Virtual Destructor

oAllocatorNotFoundExceptionRef operator= ( AllocatorNotFoundExceptionCref )
Assignment operator overload
Returns:
AllocatorNotFoundException reference to self
Parameters:
AllocatorNotFoundException - const reference

obool operator== ( AllocatorNotFoundExceptionCref ) const
Equality operator overload
Returns:
true if equal, false otherwise
Parameters:
AllocatorNotFoundException - const reference

o AllocatorNotFoundException( void )
AllocatorNotFoundException must have at least a location. Default constructor is not allowed.


This class has no child classes.



This page was generated with the help of
DOC++.