src/share/classes/java/lang/NumberFormatException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 30,40 **** * a string to one of the numeric types, but that the string does not * have the appropriate format. * * @author unascribed * @see java.lang.Integer#parseInt(String) ! * @since JDK1.0 */ public class NumberFormatException extends IllegalArgumentException { static final long serialVersionUID = -2848938806368998894L; --- 30,40 ---- * a string to one of the numeric types, but that the string does not * have the appropriate format. * * @author unascribed * @see java.lang.Integer#parseInt(String) ! * @since 1.0 */ public class NumberFormatException extends IllegalArgumentException { static final long serialVersionUID = -2848938806368998894L;