#include <LoaderNotFoundException.hpp>
Inheritance diagram for corelinux::LoaderNotFoundException:
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... |
|
Default Constructor.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
LoaderNotFoundException must have at least a location.. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|