Class InvalidBooleanException

All Implemented Interfaces:
Serializable

public class InvalidBooleanException extends InvalidValueException
Thrown when an invalid value is inputted for a boolean parameter
See Also:
  • Constructor Details

    • InvalidBooleanException

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