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

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