#include <DescriptorNotFound.hpp>
Inheritance diagram for corelinux::DescriptorNotFound:
Public Methods | |
DescriptorNotFound ( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
Default Constructor. More... | |
DescriptorNotFound ( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
Default Constructor. More... | |
DescriptorNotFound ( DescriptorNotFoundCref ) | |
Copy constructor. More... | |
virtual | ~DescriptorNotFound ( void ) |
Virtual Destructor. | |
DescriptorNotFoundRef | operator= ( DescriptorNotFoundCref ) |
Assignment operator overload. More... | |
bool | operator== ( DescriptorNotFoundCref ) const |
Equality operator overload. More... | |
Protected Methods | |
DescriptorNotFound ( void ) | |
DescriptorNotFound must have at least a location.. More... |
All Class exceptions derive from this.
|
Default Constructor.
|
|
Default Constructor.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
DescriptorNotFound must have at least a location.. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|