Uses of Class
za.co.wethinkcode.robots.errors.NoSuchRobotException
Packages that use NoSuchRobotException
Package
Description
This module stores all commands executed in the Robot World Game
-
Uses of NoSuchRobotException in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that throw NoSuchRobotExceptionModifier 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