package lib206; /**** * * This exception is thrown by the constructors of the Enum * class to indicate that the value or position of an enumeration literal * is not one of the legal values for a particular enumerated type. * */ public class IllegalEnumException extends RuntimeException {}