Uses of Class
za.co.wethinkcode.robots.errors.ClientMemoryException
Packages that use ClientMemoryException
Package
Description
Behaviour related to the behaviour and interactions with the robot-world api
Classes in the client.networking module encapsulate the way the Robot Worlds
Client interacts with the network
-
Uses of ClientMemoryException in za.co.wethinkcode.robots.api
Methods in za.co.wethinkcode.robots.api that throw ClientMemoryExceptionModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectClientAPI.createRequest(InputParser parser, Memory memory) Create a formatted api request as a client -
Uses of ClientMemoryException in za.co.wethinkcode.robots.client.networking
Methods in za.co.wethinkcode.robots.client.networking that throw ClientMemoryExceptionModifier and TypeMethodDescriptionvoidClientNetworkOutput.sendRequest(InputParser input, Memory memory, ClientRobot launched)