package lib206; /**** * * This exception is thrown by the constructors of the <a href= Enum.html> Enum * </a> 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 {}