Class UnrecognizedCommandException

All Implemented Interfaces:
Serializable

public class UnrecognizedCommandException extends ArgumentParserException
Exception thrown when unrecognized command is encountered.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • command_

      private final String command_
  • Constructor Details

  • Method Details

    • getCommand

      public String getCommand()