Class IntegerArgument.IntegerParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerParseException​(@NonNull java.lang.String input, int min, int max, @NonNull CommandContext<?> commandContext)
      Construct a new integer parse exception
    • Constructor Detail

      • IntegerParseException

        public IntegerParseException​(@NonNull java.lang.String input,
                                     int min,
                                     int max,
                                     @NonNull CommandContext<?> commandContext)
        Construct a new integer parse exception
        Parameters:
        input - String input
        min - Minimum value
        max - Maximum value
        commandContext - Command context