#include <NullPointerException.hpp>

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.
| corelinux::NullPointerException::NullPointerException | ( | CharCptr | why, | |
| CharCptr | file, | |||
| LineNum | line, | |||
| Severity | severity = Exception::CONTINUABLE, |
|||
| bool | outOfMemory = false | |||
| ) |
Default Constructor.
| why | describes why the exception was thrown | |
| file | The source module throwing the exception | |
| line | The line of source throwing the exception | |
| severity | The Exception::Severity of the Exception | |
| outOfMemory | An out of memory indicator |
| corelinux::NullPointerException::NullPointerException | ( | CharCptr | file, | |
| LineNum | line, | |||
| Severity | severity = Exception::CONTINUABLE, |
|||
| bool | outOfMemory = false | |||
| ) |
Default Constructor.
| file | The source module throwing the exception | |
| line | The line of source throwing the exception | |
| severity | The Exception::Severity of the Exception | |
| outOfMemory | An out of memory indicator |
| corelinux::NullPointerException::NullPointerException | ( | NullPointerExceptionCref | aRef | ) |
| corelinux::NullPointerException::NullPointerException | ( | void | ) | [protected] |
NullPointerException must have at least a location.
Default constructor is not allowed.
| NullPointerExceptionRef corelinux::NullPointerException::operator= | ( | NullPointerExceptionCref | aRef | ) |
Assignment operator overload.
| NullPointerException | const reference |
References corelinux::Exception::operator=().
| bool corelinux::NullPointerException::operator== | ( | NullPointerExceptionCref | aRef | ) | const |
Equality operator overload.
| NullPointerException | const reference |