Fast DDS  Version 3.3.0
Fast DDS
Loading...
Searching...
No Matches
RemoteInvalidArgumentError Class Reference

Exception thrown by the RPC API when the server reports invalid arguments. More...

#include <RemoteInvalidArgumentError.hpp>

Inheritance diagram for RemoteInvalidArgumentError:

Public Member Functions

 RemoteInvalidArgumentError ()
 Constructor.
 RemoteInvalidArgumentError (const char *msg)
 Constructor with custom message.
 RemoteInvalidArgumentError (const RemoteInvalidArgumentError &other) noexcept=default
 Copy constructor.
RemoteInvalidArgumentErroroperator= (const RemoteInvalidArgumentError &other) noexcept=default
 Copy assignment.
virtual ~RemoteInvalidArgumentError () noexcept=default
 Destructor.
Public Member Functions inherited from RpcRemoteException
 RpcRemoteException (RemoteExceptionCode_t code, const char *msg)
 Constructor.
 RpcRemoteException (const RpcRemoteException &other) noexcept=default
 Copy constructor.
RpcRemoteExceptionoperator= (const RpcRemoteException &other) noexcept=default
 Copy assignment.
virtual ~RpcRemoteException () noexcept=default
 Destructor.
RemoteExceptionCode_t code () const noexcept
 Get the exception code.
Public Member Functions inherited from RpcException
 RpcException (const std::string &message)
 Constructor.
 RpcException (const char *message)
 Constructor.
 RpcException (const RpcException &other) noexcept=default
 Copy constructor.
RpcExceptionoperator= (const RpcException &other) noexcept=default
 Copy assignment.
virtual ~RpcException () noexcept=default
 Destructor.
const char * what () const noexcept
 Returns the explanatory string.

Detailed Description

Exception thrown by the RPC API when the server reports invalid arguments.

Constructor & Destructor Documentation

◆ RemoteInvalidArgumentError() [1/3]

RemoteInvalidArgumentError ( )
inline

Constructor.

◆ RemoteInvalidArgumentError() [2/3]

RemoteInvalidArgumentError ( const char * msg)
inline

Constructor with custom message.

Parameters
msgThe exception message.

◆ RemoteInvalidArgumentError() [3/3]

RemoteInvalidArgumentError ( const RemoteInvalidArgumentError & other)
defaultnoexcept

Copy constructor.

◆ ~RemoteInvalidArgumentError()

virtual ~RemoteInvalidArgumentError ( )
virtualdefaultnoexcept

Destructor.

Member Function Documentation

◆ operator=()

RemoteInvalidArgumentError & operator= ( const RemoteInvalidArgumentError & other)
defaultnoexcept

Copy assignment.


The documentation for this class was generated from the following file: