RTI Connext Modern C++ API
Version 5.3.0
|
A NotEnabledError is thrown when an operation is invoked on a dds::core::Entity that is not yet enabled. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this NotEnabledError exception. | |
A NotEnabledError is thrown when an operation is invoked on a dds::core::Entity that is not yet enabled.
Inherits also from std::logic_error
|
virtual |
Access the message contained in this NotEnabledError exception.
Implements dds::core::Exception.