ot
class NullPointerException
#include "ot/base/NullPointerException.h"
Thrown when a null pointer is passed to a method that requires a valid pointer to be passed.
Constructor/Destructor Detail |
NullPointerException
NullPointerException()
-
Constructs a NullPointerException without a detail message.
NullPointerException
NullPointerException(const String& message)
-
Constructs a NullPointerException with a detail message.
- Parameters:
message
-
the detail message.
getExceptionType
virtual String getExceptionType() const
-
Returns the class name as a String.
This method should be overridden in all derived classes to return the name of the derived class.
- See also:
-
getDescription()
Found a bug or missing feature? Please email us at support@elcel.com