1 #if !defined (__NULLPOINTEREXCEPTION_HPP) 2 #define __NULLPOINTEREXCEPTION_HPP 25 #if !defined IN_COMMON_HPP 26 #error NullPointerException.hpp is included by Common.hpp only. 33 DECLARE_CLASS( NullPointerException );
59 Severity severity = Exception::CONTINUABLE,
60 bool outOfMemory =
false 75 Severity severity = Exception::CONTINUABLE,
76 bool outOfMemory =
false 134 #endif // !defined __NULLPOINTEREXCEPTION_HPP NullPointerException(void)
NullPointerException must have at least a location.
Definition: NullPointerException.cpp:69
virtual ~NullPointerException(void)
Virtual Destructor.
Definition: NullPointerException.cpp:91
bool operator==(NullPointerExceptionCref) const
Equality operator overload.
Definition: NullPointerException.cpp:113
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
NullPointerException is the base exception type for NullPointer.
Definition: NullPointerException.hpp:40
Severity
Exception Severity States.
Definition: Exception.hpp:59
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51
NullPointerExceptionRef operator=(NullPointerExceptionCref)
Assignment operator overload.
Definition: NullPointerException.cpp:101