jdk/src/java.base/share/classes/java/util/zip/DataFormatException.java
changeset 45434 4582657c7260
parent 25859 3317bb8137f4
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
    27 
    27 
    28 /**
    28 /**
    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  */
    33  */
    33 public
    34 public
    34 class DataFormatException extends Exception {
    35 class DataFormatException extends Exception {
    35     private static final long serialVersionUID = 2219632870893641452L;
    36     private static final long serialVersionUID = 2219632870893641452L;
    36 
    37