corelinux::CompositeException Class Reference

CompositeException is the base exception type for Composite. More...

#include <CompositeException.hpp>

Inheritance diagram for corelinux::CompositeException:

corelinux::Exception corelinux::InvalidCompositeException List of all members.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

CompositeException is the base exception type for Composite.

All Composite exceptions derive from this.


Constructor & Destructor Documentation

corelinux::CompositeException::CompositeException ( 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::CompositeException::CompositeException ( CompositeExceptionCref   ) 

Copy constructor.

Parameters:
CompositeException const reference

corelinux::CompositeException::CompositeException ( 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::CompositeException::CompositeException ( void   )  [protected]

CompositeException must have at least a location.

Default constructor is not allowed.


Member Function Documentation

CompositeExceptionRef corelinux::CompositeException::operator= ( CompositeExceptionCref   ) 

Assignment operator overload.

Parameters:
CompositeException const reference
Returns:
CompositeException reference to self

bool corelinux::CompositeException::operator== ( CompositeExceptionCref   )  const

Equality operator overload.

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