RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dds::core::NotEnabledError Class Reference

A NotEnabledError is thrown when an operation is invoked on a dds::core::Entity that is not yet enabled. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::NotEnabledError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Access the message contained in this NotEnabledError exception.
 

Detailed Description

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

Member Function Documentation

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

Access the message contained in this NotEnabledError exception.

Returns
The message.

Implements dds::core::Exception.


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc