Class CommandNotFoundException

All Implemented Interfaces:
Serializable

public class CommandNotFoundException extends IllegalArgumentException
Thrown if an unknown command is entered into a shell or passed on the command line
See Also:
  • Constructor Details

    • CommandNotFoundException

      public CommandNotFoundException(String command)
  • Method Details

    • getCommand

      public String getCommand()