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

corelinux::LoaderNotFoundException Class Reference

LoaderNotFoundException is an exception that is usually thrown when a Library attempts to use a specific Loader. More...

#include <LoaderNotFoundException.hpp>

Inheritance diagram for corelinux::LoaderNotFoundException:

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

Public Methods

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

 LoaderNotFoundException ( LoaderNotFoundExceptionCref )
 Copy constructor. More...

virtual ~LoaderNotFoundException ( void )
 Virtual Destructor.

LoaderNotFoundExceptionRef operator= ( LoaderNotFoundExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

LoaderNotFoundException is an exception that is usually thrown when a Library attempts to use a specific Loader.


Constructor & Destructor Documentation

corelinux::LoaderNotFoundException::LoaderNotFoundException ( 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::LoaderNotFoundException::LoaderNotFoundException ( LoaderNotFoundExceptionCref aRef )
 

Copy constructor.

Parameters:
LoaderNotFoundException   const reference

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

Virtual Destructor.

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

LoaderNotFoundException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

LoaderNotFoundExceptionRef corelinux::LoaderNotFoundException::operator= ( LoaderNotFoundExceptionCref aRef )
 

Assignment operator overload.

Parameters:
LoaderNotFoundException   const reference
Returns:
LoaderNotFoundException reference to self

bool corelinux::LoaderNotFoundException::operator== ( LoaderNotFoundExceptionCref aRef ) const
 

Equality operator overload.

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