Class InvalidCommandException

Object
Throwable
Exception
InvalidCommandException
All Implemented Interfaces:
Serializable

public class InvalidCommandException extends Exception
Thrown when a unknown command has been given by the user on the command-line.
Since:
0.3
See Also:
  • Constructor Details

    • InvalidCommandException

      public InvalidCommandException(String message, String command)
      Constructs an exception with the specified detail message.
      Parameters:
      message - the detail message.
      command - the name of the invalid command.
  • Method Details

    • getCommand

      public String getCommand()
      Returns the name of the invalid command.
      Returns:
      the name of the invalid command.