Class ParseArgumentsUnexpectedException

All Implemented Interfaces:
Serializable

public class ParseArgumentsUnexpectedException extends ParseRestrictionViolatedException
Exception that is thrown when a command receives unexpected arguments
See Also:
  • Field Details

  • Constructor Details

    • ParseArgumentsUnexpectedException

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

    • getUnparsedInput

      public List<String> getUnparsedInput()