RTI Connext Modern C++ API  Version 6.1.0
dds::core::NullReferenceError Class Reference

Indicates an attempt to access a null object. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::NullReferenceError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Get a description of the error. More...
 

Detailed Description

Indicates an attempt to access a null object.

Member Function Documentation

◆ what()

virtual const char* dds::core::NullReferenceError::what ( ) const
throw (
)
virtual

Get a description of the error.

Implements dds::core::Exception.