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 TypeMethodDescriptionbooleanExecuteScriptReceiver.receiveCommand(CommandDescription commandDescription, String[] args)  - 
                        
Uses of WrongAmountOfArgumentsException in model.handler
Methods in model.handler that throw WrongAmountOfArgumentsExceptionModifier and TypeMethodDescriptionstatic voidUtilities.checkArgumentsOrThrow(int provided, int expected)