src/java.base/share/classes/java/util/zip/DataFormatException.java
changeset 59201 b24f4caa1411
parent 57956 e0b8b019d2f5
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    29  * Signals that a data format error has occurred.
    29  * Signals that a data format error has occurred.
    30  *
    30  *
    31  * @author      David Connelly
    31  * @author      David Connelly
    32  * @since 1.1
    32  * @since 1.1
    33  */
    33  */
    34 public
    34 public class DataFormatException extends Exception {
    35 class DataFormatException extends Exception {
       
    36     @java.io.Serial
    35     @java.io.Serial
    37     private static final long serialVersionUID = 2219632870893641452L;
    36     private static final long serialVersionUID = 2219632870893641452L;
    38 
    37 
    39     /**
    38     /**
    40      * Constructs a DataFormatException with no detail message.
    39      * Constructs a DataFormatException with no detail message.