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