RTI Connext Modern C++ API  Version 6.1.2
dds::core::InconsistentPolicyError Class Reference

Indicates that the application specified a set of QoS policies that are not consistent with each other. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::InconsistentPolicyError:
dds::core::Exception

Public Member Functions

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

Detailed Description

Indicates that the application specified a set of QoS policies that are not consistent with each other.

Inherits also from std::logic_error

Member Function Documentation

◆ what()

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

Access the message contained in this NotEnabledError exception.

Returns
The message.

Implements dds::core::Exception.