public class RobotFailedException extends ServerExecutionEventResponseException
CommonRobotEnvironment,
e.g. it did not extract enough objects.| Constructor and Description |
|---|
RobotFailedException(ServerExecutionEventResponse response)
Constructs a new
ServerExecutionEventResponseException with the specified
detail message and RQLResponse. |
RobotFailedException(ServerExecutionEventResponse response,
RQLRequest request,
java.util.List<RQLResponse> responses)
Constructs a new
ServerExecutionEventResponseException with the specified
detail message, RQLResponse and execution details. |
getServerExecutionEventResponsegetRQLResponsegetRQLRequest, getRQLResponses, initRQLConstructspublic RobotFailedException(ServerExecutionEventResponse response)
ServerExecutionEventResponseException with the specified
detail message and RQLResponse.response - the RQLResponse that triggered the exception. It must not
be nullpublic RobotFailedException(ServerExecutionEventResponse response, RQLRequest request, java.util.List<RQLResponse> responses)
ServerExecutionEventResponseException 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