< prev index next >

src/java.base/share/classes/java/lang/EnumConstantNotPresentException.java

Print this page

        

*** 49,59 **** * The name of the missing enum constant. */ private String constantName; /** ! * Constructs an <tt>EnumConstantNotPresentException</tt> for the * specified constant. * * @param enumType the type of the missing enum constant * @param constantName the name of the missing enum constant */ --- 49,59 ---- * The name of the missing enum constant. */ private String constantName; /** ! * Constructs an {@code EnumConstantNotPresentException} for the * specified constant. * * @param enumType the type of the missing enum constant * @param constantName the name of the missing enum constant */
< prev index next >