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

class corelinux::AbstractFactoryException: public Exception

AbstractFactoryException is the base exception type for AbstractFactory.

Inheritance:


Public Methods

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

Protected Methods

[more] AbstractFactoryException( void )
AbstractFactoryException must have at least a location.
[more] AbstractFactoryException( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
Default Constructor


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

AbstractFactoryException is the base exception type for AbstractFactory.
o AbstractFactoryException( 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 AbstractFactoryException( AbstractFactoryExceptionCref )
Copy constructor
Parameters:
AbstractFactoryException - const reference

ovirtual ~AbstractFactoryException( void )
Virtual Destructor

oAbstractFactoryExceptionRef operator= ( AbstractFactoryExceptionCref )
Assignment operator overload
Returns:
AbstractFactoryException reference to self
Parameters:
AbstractFactoryException - const reference

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

o AbstractFactoryException( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
Default Constructor
Parameters:
why - describes why the exception was thrown
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 AbstractFactoryException( void )
AbstractFactoryException must have at least a location. Default constructor is not allowed.


Direct child classes:
AllocatorNotFoundException
AllocatorAlreadyExistsException



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