src/java.base/share/classes/java/lang/NumberFormatException.java
changeset 57956 e0b8b019d2f5
parent 51412 8f7e3f9ddbc0
child 58288 48e480e56aad
equal deleted inserted replaced
57955:18863bf3501f 57956:e0b8b019d2f5
     1 /*
     1 /*
     2  * Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    34  * @see     java.lang.Integer#parseInt(String)
    34  * @see     java.lang.Integer#parseInt(String)
    35  * @since   1.0
    35  * @since   1.0
    36  */
    36  */
    37 public
    37 public
    38 class NumberFormatException extends IllegalArgumentException {
    38 class NumberFormatException extends IllegalArgumentException {
       
    39     @java.io.Serial
    39     static final long serialVersionUID = -2848938806368998894L;
    40     static final long serialVersionUID = -2848938806368998894L;
    40 
    41 
    41     /**
    42     /**
    42      * Constructs a <code>NumberFormatException</code> with no detail message.
    43      * Constructs a <code>NumberFormatException</code> with no detail message.
    43      */
    44      */