#include <AbstractEntityException.hpp>
Inheritance diagram for corelinux::AbstractEntityException:

Public Methods | |
| AbstractEntityException ( CharCptr why, CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
| Default Constructor. More... | |
| AbstractEntityException ( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false ) | |
| Default Constructor. More... | |
| AbstractEntityException ( AbstractEntityExceptionCref ) | |
| Copy constructor. More... | |
| virtual | ~AbstractEntityException ( void ) |
| Virtual Destructor. | |
| AbstractEntityExceptionRef | operator= ( AbstractEntityExceptionCref ) |
| Assignment operator overload. More... | |
| bool | operator== ( AbstractEntityExceptionCref ) const |
| Equality operator overload. More... | |
Protected Methods | |
| AbstractEntityException ( void ) | |
| AbstractEntityException must have at least a location.. More... | |
|
|
Default Constructor.
|
|
|
Default Constructor.
|
|
|
Copy constructor.
|
|
|
Virtual Destructor.
|
|
|
AbstractEntityException must have at least a location.. Default constructor is not allowed. |
|
|
Assignment operator overload.
|
|
|
Equality operator overload.
|