errors.fyi community error code reference
EnumConstantNotPresentException
java

EnumConstantNotPresentException

Thrown when an enum constant name passed to Enum.valueOf does not correspond to any constant of the enum type.

References

← all namespaces