|
RTI Connext Modern C++ API Version 7.5.0
|
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. More... | |
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::Error, dds::core::AlreadyClosedError, dds::core::IllegalOperationError, dds::core::NotAllowedBySecurityError, dds::core::ImmutablePolicyError, dds::core::InconsistentPolicyError, dds::core::InvalidArgumentError, dds::core::NotEnabledError, dds::core::OutOfResourcesError, dds::core::PreconditionNotMetError, dds::core::TimeoutError, dds::core::UnsupportedError, dds::core::InvalidDowncastError, dds::core::NullReferenceError, rti::queuing::NoMatchingQueueException, dds::rpc::RemoteUnknownOperationError, dds::rpc::RemoteUnsupportedOperationError, dds::rpc::RemoteInvalidArgumentError, dds::rpc::RemoteOutOfResourcesError, and dds::rpc::RemoteUnknownExceptionError.