Searched refs:ZipFormatException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java502 * calling logic to take evasive action by throwing ZipFormatException.
519 throw new ZipFormatException("invalid zip magic");
559 throw new ZipFormatException("detected a zip64 archive");
1163 static final class ZipFormatException extends IOException { class in class:ZipFileIndex
1165 protected ZipFormatException(String message) { method in class:ZipFileIndex.ZipFormatException
1169 protected ZipFormatException(String message, Throwable cause) { method in class:ZipFileIndex.ZipFormatException
H A DJavacFileManager.java475 * This method looks for a ZipFormatException and takes appropriate
484 if (ioe instanceof ZipFileIndex.ZipFormatException) {
569 } catch (ZipFileIndex.ZipFormatException zfe) {

Completed in 34 milliseconds