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

corelinux::InvalidCompositeException Class Reference

InvalidCompositeException is an exception that is usually thrown when a composite operation is attempted on a leaf component. More...

#include <InvalidCompositeException.hpp>

Inheritance diagram for corelinux::InvalidCompositeException

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

 InvalidCompositeException ( InvalidCompositeExceptionCref )
 Copy constructor. More...

virtual ~InvalidCompositeException ( void )
 Virtual Destructor.

InvalidCompositeExceptionRef operator= ( InvalidCompositeExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

InvalidCompositeException is an exception that is usually thrown when a composite operation is attempted on a leaf component.


Constructor & Destructor Documentation

corelinux::InvalidCompositeException::InvalidCompositeException ( 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::InvalidCompositeException::InvalidCompositeException ( InvalidCompositeExceptionCref aRef )
 

Copy constructor.

Parameters:
InvalidCompositeException   const reference

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

InvalidCompositeException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

InvalidCompositeExceptionRef corelinux::InvalidCompositeException::operator= ( InvalidCompositeExceptionCref aRef )
 

Assignment operator overload.

Parameters:
InvalidCompositeException   const reference
Returns:
InvalidCompositeException reference to self

bool corelinux::InvalidCompositeException::operator== ( InvalidCompositeExceptionCref aRef ) const
 

Equality operator overload.

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