RTI Connext Modern C++ API Version 7.2.0
|
Indicates that a downcast was incorrect. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this InvalidDowncastError exception. More... | |
virtual const char * | what () const =0 throw () |
Get a description of the error. More... | |
Indicates that a downcast was incorrect.
Inherits also from std::runtime_error
|
virtual |
Access the message contained in this InvalidDowncastError exception.
Implements dds::core::Exception.