Uses of Class
exception.WrongAmountOfArgumentsException
Packages that use WrongAmountOfArgumentsException
-
Uses of WrongAmountOfArgumentsException in command.logic.external.reciever
Methods in command.logic.external.reciever that throw WrongAmountOfArgumentsExceptionModifier and TypeMethodDescriptionboolean
ExecuteScriptReceiver.receiveCommand
(CommandDescription commandDescription, String[] args) -
Uses of WrongAmountOfArgumentsException in model.handler
Methods in model.handler that throw WrongAmountOfArgumentsExceptionModifier and TypeMethodDescriptionstatic void
Utilities.checkArgumentsOrThrow
(int provided, int expected)