RTI Connext Modern C++ API Version 7.3.0
|
Indicates that an object has been closed. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this AlreadyClosedError exception. More... | |
virtual const char * | what () const =0 throw () |
Get a description of the error. More... | |
Indicates that an object has been closed.
Inherits also from std::logic_error
|
virtual |
Access the message contained in this AlreadyClosedError exception.
Implements dds::core::Exception.