Class ByteArgument.ByteParseException

    • Constructor Summary

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

      • ByteParseException

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