RTI Connext Modern C++ API
Version 6.0.1
|
Indicates that the application passed an illegal parameter value into an operation. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this InvalidArgumentError exception. | |
Indicates that the application passed an illegal parameter value into an operation.
Inherits also from std::invalid_argument
|
virtual |
Access the message contained in this InvalidArgumentError exception.
Implements dds::core::Exception.