RTI Connext Modern C++ API  Version 6.1.0
dds::core::InvalidArgumentError Class Reference

Indicates that the application passed an illegal parameter value into an operation. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::InvalidArgumentError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Access the message contained in this InvalidArgumentError exception. More...
 

Detailed Description

Indicates that the application passed an illegal parameter value into an operation.

Inherits also from std::invalid_argument

Member Function Documentation

◆ what()

virtual const char* dds::core::InvalidArgumentError::what ( ) const
throw (
)
virtual

Access the message contained in this InvalidArgumentError exception.

Returns
The message.

Implements dds::core::Exception.