Class InvalidUUIDResponse


@AvailableSince("0.0.36") public class InvalidUUIDResponse extends InvalidParserResponse
  • Constructor Details

    • InvalidUUIDResponse

      public InvalidUUIDResponse(CommandProcessingContext context, ArgumentParser<?> parser, String message, String userInput)
      Construct a new instance of invalid parser response
      Parameters:
      context - context of the command processing
      parser - parser that reported the error
      message - error message
      userInput - user input
  • Method Details