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

corelinux::LoadException Class Reference

LoaderException is an exception that is usually thrown when the loader can't load the designated library. More...

#include <LoadException.hpp>

Inheritance diagram for corelinux::LoadException:

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

Public Methods

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

 LoadException ( LoadExceptionCref )
 Copy constructor. More...

virtual ~LoadException ( void )
 Virtual Destructor.

LoadExceptionRef operator= ( LoadExceptionCref )
 Assignment operator overload. More...

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


Protected Methods

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


Detailed Description

LoaderException is an exception that is usually thrown when the loader can't load the designated library.


Constructor & Destructor Documentation

corelinux::LoadException::LoadException ( 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::LoadException::LoadException ( LoadExceptionCref aRef )
 

Copy constructor.

Parameters:
LoadException   const reference

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

Virtual Destructor.

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

LoadException must have at least a location..

Default constructor is not allowed.


Member Function Documentation

LoadExceptionRef corelinux::LoadException::operator= ( LoadExceptionCref aRef )
 

Assignment operator overload.

Parameters:
LoadException   const reference
Returns:
LoadException reference to self

bool corelinux::LoadException::operator== ( LoadExceptionCref aRef ) const
 

Equality operator overload.

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