Class LongArgument.LongParseException

    • Constructor Summary

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

      • LongParseException

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