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

corelinux::AccessorNotFound Class Reference

AccessorNotFound is the exception when a class instance accessor (getter) can not be found in the attribute descriptor. More...

#include <AccessorNotFound.hpp>

Inheritance diagram for corelinux::AccessorNotFound:

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

Public Methods

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

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

 AccessorNotFound ( AccessorNotFoundCref )
 Copy constructor. More...

virtual ~AccessorNotFound ( void )
 Virtual Destructor.

AccessorNotFoundRef operator= ( AccessorNotFoundCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

AccessorNotFound is the exception when a class instance accessor (getter) can not be found in the attribute descriptor.


Constructor & Destructor Documentation

corelinux::AccessorNotFound::AccessorNotFound ( 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::AccessorNotFound::AccessorNotFound ( 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::AccessorNotFound::AccessorNotFound ( AccessorNotFoundCref aRef )
 

Copy constructor.

Parameters:
AccessorNotFound   const reference

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

Virtual Destructor.

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

AccessorNotFound must have at least a location..

Default constructor is not allowed.


Member Function Documentation

AccessorNotFoundRef corelinux::AccessorNotFound::operator= ( AccessorNotFoundCref aRef )
 

Assignment operator overload.

Parameters:
AccessorNotFound   const reference
Returns:
AccessorNotFound reference to self

bool corelinux::AccessorNotFound::operator== ( AccessorNotFoundCref aRef ) const
 

Equality operator overload.

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