EnumConstantNotPresentException

Class EnumConstantNotPresentException

All Implemented Interfaces:
Serializable
public class EnumConstantNotPresentException
extends RuntimeException

Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name