20.1.7.2. RemoteInvalidArgumentError¶
-
class RemoteInvalidArgumentError : public eprosima::fastdds::dds::rpc::RpcRemoteException¶
Exception thrown by the RPC API when the server reports invalid arguments.
Public Functions
-
inline RemoteInvalidArgumentError()¶
Constructor.
-
inline RemoteInvalidArgumentError(const char *msg)¶
Constructor with custom message.
- Parameters:
msg – The exception message.
-
RemoteInvalidArgumentError(const RemoteInvalidArgumentError &other) noexcept = default¶
Copy constructor.
-
RemoteInvalidArgumentError &operator=(const RemoteInvalidArgumentError &other) noexcept = default¶
Copy assignment.
-
virtual ~RemoteInvalidArgumentError() noexcept = default¶
Destructor.
-
inline RemoteInvalidArgumentError()¶