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