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

Indicates that the application used an unsupported operation. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::UnsupportedError:
dds::core::Exception

Public Member Functions

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

Detailed Description

Indicates that the application used an unsupported operation.

Inherits also from std::logic_error

Only unsupported operations can throw this exception.

Member Function Documentation

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

Access the message contained in this UnsupportedError exception.

Returns
The message.

Implements dds::core::Exception.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc