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

corelinux::LibraryException Class Reference

LibraryException is the base exception type for Library. More...

#include <LibraryException.hpp>

Inheritance diagram for corelinux::LibraryException:

corelinux::Exception corelinux::LoaderNotFoundException corelinux::LoadException List of all members.

Public Methods

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

 LibraryException ( LibraryExceptionCref )
 Copy constructor. More...

virtual ~LibraryException ( void )
 Virtual Destructor.

LibraryExceptionRef operator= ( LibraryExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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

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


Detailed Description

LibraryException is the base exception type for Library.


Constructor & Destructor Documentation

corelinux::LibraryException::LibraryException ( 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::LibraryException::LibraryException ( LibraryExceptionCref aRef )
 

Copy constructor.

Parameters:
LibraryException   const reference

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

Virtual Destructor.

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

LibraryException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

LibraryExceptionRef corelinux::LibraryException::operator= ( LibraryExceptionCref aRef )
 

Assignment operator overload.

Parameters:
LibraryException   const reference
Returns:
LibraryException reference to self

bool corelinux::LibraryException::operator== ( LibraryExceptionCref aRef ) const
 

Equality operator overload.

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