Class InvalidHorseNumberCommand

java.lang.Object
com.vikingcloud.horsetrack.command.InvalidHorseNumberCommand
All Implemented Interfaces:
Command

public class InvalidHorseNumberCommand extends Object implements Command
Implementation of the Invalid Horse Number Command which allows handling scenarios where the user attempts to execute commands on racehorses non-existing in the system.
  • Constructor Details

    • InvalidHorseNumberCommand

      public InvalidHorseNumberCommand(int horseNumber)
  • Method Details