Uses of Class
za.co.wethinkcode.robots.client.errors.ParsingFailedException
Packages that use ParsingFailedException
Package
Description
All classes and subpackages in this package are used by the client binary.
Classes for Client side requests for a command to be executed on the server
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
-
Uses of ParsingFailedException in za.co.wethinkcode.robots.client
Methods in za.co.wethinkcode.robots.client that throw ParsingFailedExceptionModifier and TypeMethodDescriptionClientState.parseRoundTrip(ClientCommandRequest request, String response, com.fasterxml.jackson.databind.ObjectMapper map) Parse a client request response roundtrip -
Uses of ParsingFailedException in za.co.wethinkcode.robots.client.commands
Methods in za.co.wethinkcode.robots.client.commands that throw ParsingFailedExceptionModifier and TypeMethodDescriptionClientCommandRequestFactory.create(ClientRobot clientRobot, String userInput) voidLaunchCommandRequest.setArguments(String[] arguments) Setter for all the arguments of a launch command from a string arrayConstructors in za.co.wethinkcode.robots.client.commands that throw ParsingFailedExceptionModifierConstructorDescriptionCommandSplitter(String userInput) Standard Constructor for a commandSplitter.LaunchCommandRequest(String robotName, String[] arguments) public constructor for a robot. -
Uses of ParsingFailedException in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that throw ParsingFailedExceptionModifier and TypeMethodDescriptionstatic ClientCommandClientCommandFactory.createCommand(ImplementedClientCommands commandType, ClientCommandRequest clientCommandRequest, WorldStateIdentity worldStateIdentity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Static method that allows in place creation of commands from the client