RTI Connext Modern C++ API
Version 7.0.0
|
A generic, unspecified Error. More...
#include <Exception.hpp>
Public Member Functions | |
Error () | |
Create an Error exception with no message. More... | |
Error (const std::string &msg) | |
Create an Error exception with a message. More... | |
virtual const char * | what () const throw () |
Access the message contained in this Error exception. More... | |
A generic, unspecified Error.
Inherits also from std::exception
dds::core::Error::Error | ( | ) |
Create an Error exception with no message.
|
explicit |
|
virtual |
Access the message contained in this Error exception.
Implements dds::core::Exception.
Referenced by dds::sub::LoanedSamples< T >::LoanedSamples().