Example usage for Java java.lang EnumConstantNotPresentException fields, constructors, methods, implement or subclass
The text is from its open source code.
EnumConstantNotPresentException(Class extends Enum> enumType, String constantName) Constructs an EnumConstantNotPresentException for the specified constant. |