Class DoubleArgument.DoubleParseException

    • Constructor Summary

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

      • DoubleParseException

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