RTI Connext Modern C++ API  Version 6.1.0
dds::core::Exception Class Referenceabstract

The abstract base class for all of the DDS exceptions which may be thrown by the API. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::Exception:
dds::core::AlreadyClosedError dds::core::Error dds::core::IllegalOperationError dds::core::ImmutablePolicyError dds::core::InconsistentPolicyError dds::core::InvalidArgumentError dds::core::InvalidDowncastError dds::core::NotAllowedBySecurityError dds::core::NotEnabledError dds::core::NullReferenceError dds::core::OutOfResourcesError dds::core::PreconditionNotMetError dds::core::TimeoutError dds::core::UnsupportedError rti::queuing::NoMatchingQueueException

Public Member Functions

virtual const char * what () const =0 throw ()
 Get a description of the error. More...
 

Detailed Description

The abstract base class for all of the DDS exceptions which may be thrown by the API.

Member Function Documentation

◆ what()