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