RTI Connext Modern C++ API
Version 5.3.1
|
Indicates that the application used an unsupported operation. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this UnsupportedError exception. | |
Indicates that the application used an unsupported operation.
Inherits also from std::logic_error
Only unsupported operations can throw this exception.
|
virtual |
Access the message contained in this UnsupportedError exception.
Implements dds::core::Exception.