Uses of Class java.util.zip.ZipException

Uses in package java.util.zip

Constructors which throw type java.util.zip.ZipException

Opens a Zip file reading the given File.
ZipFile.ZipFile(File file, int mode)
Opens a Zip file reading the given File in the given mode.
Opens a Zip file with the given name for reading.

Uses in package java.util.jar

Classes derived from java.util.zip.ZipException

class
This exception is thrown to indicate an problem with a jar file.

Methods which throw type java.util.zip.ZipException

InputStream
Returns an input stream for the given entry.