CoreLinux++  0.4.32
Public Member Functions | Protected Member Functions | List of all members
corelinux::AllocatorAlreadyExistsException Class Reference

AllocatorAlreadyExistsException is an exception that is usually thrown when a add of an Allocator collides in a AbstractFactory implementation. More...

#include <AllocatorAlreadyExistsException.hpp>

Public Member Functions

 AllocatorAlreadyExistsException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false)
 Default Constructor. More...
 
 AllocatorAlreadyExistsException (AllocatorAlreadyExistsExceptionCref)
 Copy constructor. More...
 
virtual ~AllocatorAlreadyExistsException (void)
 Virtual Destructor.
 
AllocatorAlreadyExistsExceptionRef operator= (AllocatorAlreadyExistsExceptionCref)
 Assignment operator overload. More...
 
bool operator== (AllocatorAlreadyExistsExceptionCref) const
 Equality operator overload. More...
 
- Public Member Functions inherited from corelinux::AbstractFactoryException
 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...
 
- Public Member Functions inherited from corelinux::Exception
 Exception (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false)
 Default Constructor. More...
 
 Exception (ExceptionCref crOther)
 Copy constructor. More...
 
virtual ~Exception (void)
 Virtual Destructor.
 
ExceptionRef operator= (ExceptionCref otherRef)
 Assignment operator overload. More...
 
bool operator== (ExceptionCref otherRef)
 Comparisson operator overload. More...
 
const std::string & getFile (void) const
 Accessor. More...
 
LineNumCref getLine (void) const
 Accessor. More...
 
const std::string & getWhy (void) const
 Accessor. More...
 
const SeveritygetSeverity (void) const
 Accessor. More...
 
const std::string & getUnwind (void) const
 Accessor. More...
 
bool isOutOfMemory (void) const
 Accessor. More...
 
void addUnwindInfo (CharCptr unwindInfo)
 Append unwind information to the Exception. More...
 
void setThreadFatalSeverity (void)
 Change the severity to Severity::THREADFATAL.
 
void setProcessFatalSeverity (void)
 Change the severity to Severity::PROCESSFATAL.
 
void setThreadTerminateSeverity (void)
 Change the severity to Severity::THREADTERMINATE. More...
 
void setProcessTerminateSeverity (void)
 Change the severity to Severity::PROCESSTERMINATE. More...
 

Protected Member Functions

 AllocatorAlreadyExistsException (void)
 AllocatorAlreadyExistsException must have at least a location. More...
 
- Protected Member Functions inherited from corelinux::AbstractFactoryException
 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...
 
- Protected Member Functions inherited from corelinux::Exception
 Exception (void)
 Exceptions must have a reason. More...
 
 Exception (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false)
 Exception constructor for use by derivations.
 
void setWhy (const std::string &)
 Changes the exception reason.
 
void setWhy (CharCptr)
 Changes the exception reason.
 

Additional Inherited Members

- Public Types inherited from corelinux::Exception
enum  Severity {
  CONTINUABLE = 1, THREADFATAL, PROCESSFATAL, THREADTERMINATE,
  PROCESSTERMINATE
}
 Exception Severity States. More...
 

Detailed Description

AllocatorAlreadyExistsException is an exception that is usually thrown when a add of an Allocator collides in a AbstractFactory implementation.

Constructor & Destructor Documentation

corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException ( CharCptr  file,
LineNum  line,
Severity  severity = Exception::CONTINUABLE,
bool  outOfMemory = false 
)

Default Constructor.

Parameters
fileThe source module throwing the exception
lineThe line of source throwing the exception
severityThe Exception::Severity of the Exception
outOfMemoryAn out of memory indicator
corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException ( AllocatorAlreadyExistsExceptionCref  aRef)

Copy constructor.

Parameters
AllocatorAlreadyExistsExceptionconst reference
corelinux::AllocatorAlreadyExistsException::AllocatorAlreadyExistsException ( void  )
protected

AllocatorAlreadyExistsException must have at least a location.

Default constructor is not allowed.

Member Function Documentation

AllocatorAlreadyExistsExceptionRef corelinux::AllocatorAlreadyExistsException::operator= ( AllocatorAlreadyExistsExceptionCref  aRef)

Assignment operator overload.

Parameters
AllocatorAlreadyExistsExceptionconst reference
Returns
AllocatorAlreadyExistsException reference to self

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

bool corelinux::AllocatorAlreadyExistsException::operator== ( AllocatorAlreadyExistsExceptionCref  aRef) const

Equality operator overload.

Parameters
AllocatorAlreadyExistsExceptionconst 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