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

corelinux::DescriptorNotFound Class Reference

DescriptorNotFound is the base exception type for Class. More...

#include <DescriptorNotFound.hpp>

Inheritance diagram for corelinux::DescriptorNotFound:

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

Public Methods

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

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

 DescriptorNotFound ( DescriptorNotFoundCref )
 Copy constructor. More...

virtual ~DescriptorNotFound ( void )
 Virtual Destructor.

DescriptorNotFoundRef operator= ( DescriptorNotFoundCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

DescriptorNotFound is the base exception type for Class.

All Class exceptions derive from this.


Constructor & Destructor Documentation

corelinux::DescriptorNotFound::DescriptorNotFound ( 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

corelinux::DescriptorNotFound::DescriptorNotFound ( 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::DescriptorNotFound::DescriptorNotFound ( DescriptorNotFoundCref aRef )
 

Copy constructor.

Parameters:
DescriptorNotFound   const reference

corelinux::DescriptorNotFound::~DescriptorNotFound ( void ) [virtual]
 

Virtual Destructor.

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

DescriptorNotFound must have at least a location..

Default constructor is not allowed.


Member Function Documentation

DescriptorNotFoundRef corelinux::DescriptorNotFound::operator= ( DescriptorNotFoundCref aRef )
 

Assignment operator overload.

Parameters:
DescriptorNotFound   const reference
Returns:
DescriptorNotFound reference to self

bool corelinux::DescriptorNotFound::operator== ( DescriptorNotFoundCref aRef ) const
 

Equality operator overload.

Parameters:
DescriptorNotFound   const reference
Returns:
true if equal, false otherwise


The documentation for this class was generated from the following files:
This is the CoreLinux++ Framework reference manual
Provided by The CoreLinux Consortium