public class RobotStoppedException extends ServerExecutionEventResponseException
StopRequest.StopRequest,
DefaultRQLHandler,
Serialized Form| Constructor and Description |
|---|
RobotStoppedException(ServerExecutionEventResponse response)
Constructs a new
RobotStoppedException from the specified
ServerExecutionEventResponse
with the specified detail message
and RQLResponse. |
RobotStoppedException(ServerExecutionEventResponse response,
RQLRequest request,
java.util.List<RQLResponse> responses)
Constructs a new
RobotStoppedException with the specified detail message,
RQLResponse and execution details. |
getServerExecutionEventResponsegetRQLResponsegetRQLRequest, getRQLResponses, initRQLConstructspublic RobotStoppedException(ServerExecutionEventResponse response)
RobotStoppedException from the specified
ServerExecutionEventResponse
with the specified detail message
and RQLResponse.response - the RQLResponse that triggered the exception. It must not
be nullpublic RobotStoppedException(ServerExecutionEventResponse response, RQLRequest request, java.util.List<RQLResponse> responses)
RobotStoppedException with the specified detail message,
RQLResponse and execution details.response - the RQLResponse that triggered the exception. It must not
be null.request - the RQLRequest that failed.responses - a list of RQLResponses generated by an
RQLEngine in response to the request.RoboSuite Java API, v11.4.7880