Class EnumNotFoundException

All Implemented Interfaces:
Serializable

public class EnumNotFoundException extends InvalidValueException
Thrown when an invalid value is specified for an Enum parameter.
See Also:
  • Constructor Details

    • EnumNotFoundException

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