Searched refs:ZipException (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipException.java39 class ZipException extends IOException { class in inherits:IOException
43 * Constructs a <code>ZipException</code> with <code>null</code>
46 public ZipException() { method in class:ZipException
51 * Constructs a <code>ZipException</code> with the specified detail
57 public ZipException(String s) { method in class:ZipException
H A DZipOutputStream.java69 private static int version(ZipEntry e) throws ZipException {
73 default: throw new ZipException("unsupported compression method");
171 * @exception ZipException if a ZIP format error has occurred
203 throw new ZipException(
207 throw new ZipException(
212 throw new ZipException("unsupported compression method");
215 throw new ZipException("duplicate entry: " + e.name);
227 * @exception ZipException if a ZIP format error has occurred
243 throw new ZipException(
248 throw new ZipException(
[all...]
H A DInflaterOutputStream.java169 throw new ZipException(msg);
199 * @throws ZipException if a compression (ZIP) format error occurs
219 * @throws ZipException if a compression (ZIP) format error occurs
264 throw new ZipException("ZLIB dictionary missing");
273 throw new ZipException(msg);
H A DGZIPInputStream.java70 * @exception ZipException if a GZIP format error has occurred or the
85 * @exception ZipException if a GZIP format error has occurred or the
107 * @exception ZipException if the compressed input data is corrupt.
164 throw new ZipException("Not in GZIP format");
168 throw new ZipException("Unsupported compression method");
197 throw new ZipException("Corrupt GZIP header");
221 throw new ZipException("Corrupt GZIP trailer");
H A DZipInputStream.java111 * @exception ZipException if a ZIP file error has occurred
134 * @exception ZipException if a ZIP file error has occurred
177 * @exception ZipException if a ZIP file error has occurred
213 throw new ZipException("unexpected EOF");
218 throw new ZipException(
224 throw new ZipException("invalid compression method");
232 * @exception ZipException if a ZIP file error has occurred
302 throw new ZipException("encrypted ZIP entry not supported");
309 throw new ZipException(
403 throw new ZipException(
[all...]
H A DInflaterInputStream.java138 * @exception ZipException if a ZIP format error has occurred
164 throw new ZipException(s != null ? s : "Invalid ZLIB data format");
H A DZipFile.java108 * @throws ZipException if a ZIP format error has occurred
133 * @throws ZipException if a ZIP format error has occurred
155 * @throws ZipException if a ZIP format error has occurred
158 public ZipFile(File file) throws ZipException, IOException {
181 * @throws ZipException if a ZIP format error has occurred
237 * @throws ZipException if a ZIP format error has occurred
262 * @throws ZipException if a ZIP format error has occurred
336 * @throws ZipException if a ZIP format error has occurred
377 throw new ZipException("invalid compression method");
644 throw new ZipException("ZipFil
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarException.java36 class JarException extends java.util.zip.ZipException {
/openjdk7/jdk/make/java/zip/
H A DFILES_java.gmk44 java/util/zip/ZipException.java \
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DBasic.java102 throw new java.util.zip.ZipException();
111 if (!(cause instanceof java.util.zip.ZipException))
/openjdk7/jdk/test/java/net/URLConnection/6212146/
H A DTest.java52 } catch( java.util.zip.ZipException ze ) {
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassFile.java86 } catch (ZipException e) {
H A DClassPath.java122 } catch (ZipException e) {
160 } catch (ZipException e) {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/som/cff/
H A DFileLocator.java117 } catch (ZipException zfe) {
271 } catch (ZipException zfe) {
338 throws ZipException, IOException {
/openjdk7/jdk/test/java/util/zip/
H A DStoredCRC.java90 fail("Did not catch expected ZipException" );
91 } catch (ZipException ex) {
H A DTestEmptyZip.java74 } catch (ZipException ze) {
H A Dzip.java468 throw new ZipException(formatMsg(
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java66 import java.util.zip.ZipException;
927 throw new ZipException("invalid loc for entry <" + e.name + ">");
932 throw new ZipException("invalid loc for entry <" + e.name + ">");
1156 throw new ZipException("loc: reading failed");
1340 throw new ZipException("root directory </> can't not be delete");
1394 throw new ZipException("update entry data is missing");
1451 throw new ZipException("invalid compression method");
1567 throw new ZipException("invalid compression method");
1588 throw new ZipException("invalid compression method");
1859 int version() throws ZipException {
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java47 import java.util.zip.ZipException;
392 throw new ZipException("corrupted zip file");
424 throw new ZipException("corrupted zip file");
438 throw new ZipException("corrupted zip file");
440 throw new ZipException("encrypted zip file"); // offset 6 in the header of the ZipFileEntry
568 throw new ZipException("cannot read zip file");
603 throw new ZipException("cannot read zip file entry");
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java160 fail("Failed to throw expected ZipException");
161 } catch (ZipException e) {
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java1093 } catch (java.util.zip.ZipException ze) {

Completed in 47 milliseconds