diff options
| author | Mark Wielaard <mark@klomp.org> | 2001-10-05 15:21:35 +0000 |
|---|---|---|
| committer | Mark Wielaard <mark@gcc.gnu.org> | 2001-10-05 15:21:35 +0000 |
| commit | 2600825ee1369357da1315e92f9bca3fe69b9f0e (patch) | |
| tree | c9459fab54de3e6eecd0a0042778b45554b49b19 /libjava/java/util/zip/ZipException.java | |
| parent | e62bad3dc9c202d2ff549ed6a9bf459842544a66 (diff) | |
Adler32.java: Merge with Classpath
* java/util/zip/Adler32.java: Merge with Classpath
* java/util/zip/CRC32.java: Ditto
* java/util/zip/Checksum.java: Ditto
* java/util/zip/DataFormatException.java: Ditto
* java/util/zip/ZipException.java: Ditto
From-SVN: r46035
Diffstat (limited to 'libjava/java/util/zip/ZipException.java')
| -rw-r--r-- | libjava/java/util/zip/ZipException.java | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libjava/java/util/zip/ZipException.java b/libjava/java/util/zip/ZipException.java index b9b63c7b194..fc39abf4ec0 100644 --- a/libjava/java/util/zip/ZipException.java +++ b/libjava/java/util/zip/ZipException.java @@ -1,5 +1,5 @@ /* ZipException.java - Exception representing a zip related error - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -26,15 +26,17 @@ executable file might be covered by the GNU General Public License. */ package java.util.zip; -/** - * @author Per Bothner - * @date January 9, 1999. - */ - /* Written using on-line Java Platform 1.2 API Specification. * Believed complete and correct. */ +/** + * Is thrown during the creation or input of a zip file. + * + * @author Jochen Hoenicke + * @author Per Bothner + * @since JDK 1.1 + */ public class ZipException extends java.io.IOException { public ZipException () |
