Uses of Class
za.co.wethinkcode.robots.errors.MalformedCommandException
Packages that use MalformedCommandException
Package
Description
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 MalformedCommandException in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that throw MalformedCommandExceptionModifier and TypeMethodDescriptionExternalCommandSwitcher.defineCommand(String input, ClientID id) Take in the raw string input from a client and return out anExternalCommand -
Uses of MalformedCommandException in za.co.wethinkcode.robots.server.commands.external
Constructors in za.co.wethinkcode.robots.server.commands.external that throw MalformedCommandException