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