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. |
getServerExecutionEventResponse
getRQLResponse
getRQLRequest, getRQLResponses, initRQLConstructs
public RobotFailedException(ServerExecutionEventResponse response)
ServerExecutionEventResponseException
with the specified
detail message and RQLResponse
.response
- the RQLResponse
that triggered the exception. It must not
be null
public 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 RQLResponse
s generated by an
RQLEngine
in response to the request
.RoboSuite Java API, v11.3.7861