RTI Connext Modern C++ API
Version 6.0.1
|
The abstract base class for all of the DDS exceptions which may be thrown by the API. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const =0 throw () |
Get a description of the error. | |
The abstract base class for all of the DDS exceptions which may be thrown by the API.
|
pure virtual |
Get a description of the error.
Implemented in dds::core::NullReferenceError, dds::core::InvalidDowncastError, dds::core::UnsupportedError, dds::core::TimeoutError, dds::core::PreconditionNotMetError, dds::core::OutOfResourcesError, dds::core::NotEnabledError, dds::core::InvalidArgumentError, dds::core::InconsistentPolicyError, dds::core::ImmutablePolicyError, dds::core::NotAllowedBySecurityError, dds::core::IllegalOperationError, dds::core::AlreadyClosedError, dds::core::Error, and rti::queuing::NoMatchingQueueException.