Uses of Class
za.co.wethinkcode.robots.errors.RobotCannotActException
Packages that use RobotCannotActException
Package
Description
Behaviour related to the behaviour and interactions with the robot-world api
This module stores all commands executed in the Robot World Game
This package represents all commands sent in from clients in the Robot World Game
-
Uses of RobotCannotActException in za.co.wethinkcode.robots.api
Methods in za.co.wethinkcode.robots.api with parameters of type RobotCannotActExceptionModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectServerAPI.error(RobotCannotActException e) Overload to send back a specific error message for the customRobotCannotActException -
Uses of RobotCannotActException in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that throw RobotCannotActExceptionModifier and TypeMethodDescriptiondefault StatusVerify if a command is able to be executed given the current state of the robot.static StatusStateful.verifyInternal(World world, com.google.gson.JsonObject obj) static StatusStateful.verifyInternal(World world, String robotName) Static internal method that allows this to be called statically if needed -
Uses of RobotCannotActException in za.co.wethinkcode.robots.server.commands.external
Methods in za.co.wethinkcode.robots.server.commands.external that throw RobotCannotActException