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