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

corelinux::AbstractFactoryException Class Reference

AbstractFactoryException is the base exception type for AbstractFactory. More...

#include <AbstractFactoryException.hpp>

Inheritance diagram for corelinux::AbstractFactoryException

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

 AbstractFactoryException ( AbstractFactoryExceptionCref )
 Copy constructor. More...

virtual ~AbstractFactoryException ( void )
 Virtual Destructor.

AbstractFactoryExceptionRef operator= ( AbstractFactoryExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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

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


Detailed Description

AbstractFactoryException is the base exception type for AbstractFactory.


Constructor & Destructor Documentation

corelinux::AbstractFactoryException::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

corelinux::AbstractFactoryException::AbstractFactoryException ( AbstractFactoryExceptionCref aRef )
 

Copy constructor.

Parameters:
AbstractFactoryException   const reference

corelinux::AbstractFactoryException::AbstractFactoryException ( CharCptr why,
CharCptr file,
LineNum line,
Severity severity = Exception::CONTINUABLE,
bool outOfMemory = false ) [protected]
 

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

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

AbstractFactoryException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

AbstractFactoryExceptionRef corelinux::AbstractFactoryException::operator= ( AbstractFactoryExceptionCref aRef )
 

Assignment operator overload.

Parameters:
AbstractFactoryException   const reference
Returns:
AbstractFactoryException reference to self

bool corelinux::AbstractFactoryException::operator== ( AbstractFactoryExceptionCref aRef ) const
 

Equality operator overload.

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