|
RTI Connext Modern C++ API Version 7.6.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... | |
| virtual const char * | what () const =0 throw () |
| Get a description of the error. 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.