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

Public Member Functions | |
| NullPointerException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
| Default Constructor. | |
| NullPointerException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
| Default Constructor. | |
| NullPointerException (NullPointerExceptionCref) | |
| Copy constructor. | |
| virtual | ~NullPointerException (void) |
| Virtual Destructor. | |
| NullPointerExceptionRef | operator= (NullPointerExceptionCref) |
| Assignment operator overload. | |
| bool | operator== (NullPointerExceptionCref) const |
| Equality operator overload. | |
Protected Member Functions | |
| NullPointerException (void) | |
| NullPointerException must have at least a location.. | |
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.
|