| Apache Geode Native C++ Reference 1.15.0
    | 
Thrown when a null argument is provided to a method where it is expected to be non-null. More...
#include <ExceptionTypes.hpp>
Inherits apache::geode::client::Exception.
| Public Member Functions | |
| virtual const std::string & | getMessage () const noexcept | 
| Get a message with details regarding this exception.  More... | |
| std::string | getName () const override | 
| Return the name of this exception type.  More... | |
| virtual std::string | getStackTrace () const | 
| Get a stacktrace string from the location the exception was created.  More... | |
Thrown when a null argument is provided to a method where it is expected to be non-null.
| 
 | virtualnoexceptinherited | 
Get a message with details regarding this exception.
"
| 
 | inlineoverridevirtual | 
Return the name of this exception type.
Reimplemented from apache::geode::client::Exception.
| 
 | virtualinherited | 
Get a stacktrace string from the location the exception was created.