RTI Connext Modern C++ API Version 7.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. More... | |
virtual const char * | what () const =0 throw () |
Get a description of the error. More... | |
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.