equal
deleted
inserted
replaced
30 /** |
30 /** |
31 * Signals that a Zip exception of some sort has occurred. |
31 * Signals that a Zip exception of some sort has occurred. |
32 * |
32 * |
33 * @author unascribed |
33 * @author unascribed |
34 * @see java.io.IOException |
34 * @see java.io.IOException |
35 * @since 1.0 |
35 * @since 1.1 |
36 */ |
36 */ |
37 |
37 |
38 public |
38 public |
39 class ZipException extends IOException { |
39 class ZipException extends IOException { |
40 private static final long serialVersionUID = 8000196834066748623L; |
40 private static final long serialVersionUID = 8000196834066748623L; |