Uses of Class
org.ros.exception.RemoteException
Packages that use RemoteException
Package
Description
Provides internal classes for representing RPC results.
Provides the classes for communicating via services.
-
Uses of RemoteException in org.ros.internal.node.response
Methods in org.ros.internal.node.response that throw RemoteExceptionModifier and TypeMethodDescriptionstatic <T> Response<T>Response.fromListChecked(List<Object> response, ResultFactory<T> resultFactory) static <T> Response<T>Response.fromListCheckedFailure(List<Object> response, ResultFactory<T> resultFactory) -
Uses of RemoteException in org.ros.node.service
Methods in org.ros.node.service with parameters of type RemoteExceptionModifier and TypeMethodDescriptionvoidServiceResponseListener.onFailure(RemoteException e) Called when a service method fails to return successfully.