Class InvalidNumberException

All Implemented Interfaces:
Serializable

public class InvalidNumberException extends InvalidValueException
Thrown when an invalid value is supplied for a number-like parameter.
See Also:
  • Constructor Details

    • InvalidNumberException

      public InvalidNumberException(@NotNull @NotNull CommandParameter parameter, @NotNull @NotNull String input)