Class RemoteInvalidArgumentError
Defined in File RemoteInvalidArgumentError.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcRemoteException(Class RpcRemoteException)
Class Documentation
-
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()