Class ParseCommandUnrecognizedException

All Implemented Interfaces:
Serializable

public class ParseCommandUnrecognizedException extends ParseRestrictionViolatedException
Exception that is thrown when an unrecognized command is supplied
See Also:
  • Field Details

  • Constructor Details

    • ParseCommandUnrecognizedException

      public ParseCommandUnrecognizedException(List<String> unparsedInput)
  • Method Details

    • getUnparsedInput

      public List<String> getUnparsedInput()