EnumConstantNotPresentException
Class EnumConstantNotPresentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.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