java.util.zip.ZipException
java.io.IOException
None
None
New as of JDK 1.1
A ZipException is thrown when an error occurs when reading or writing a ZIP file. Normally this occurs when data is read that is not in the correct format.
public class java.util.ZipException extends java.io.IOException {
  // Constructors
  public ZipException();
  public ZipException(String s);
}
This constructor creates a ZipException with no associated detail message.
The detail message.
This constructor creates a ZipException with the given detail message.
| Method | Inherited From | Method | Inherited From | 
|---|---|---|---|
| clone() | Object | equals(Object) | Object | 
| fillInStackTrace() | Throwable | finalize() | Object | 
| getClass() | Object | getLocalizedMessage() | Throwable | 
| getMessage() | Throwable | hashCode() | Object | 
| notify() | Object | notifyAll() | Object | 
| printStackTrace() | Throwable | printStackTrace(PrintStream) | Throwable | 
| printStackTrace(PrintWriter) | Throwable | toString() | Throwable | 
| wait() | Object | wait(long) | Object | 
| wait(long, int) | Object | 
Exception, IOException, RuntimeException, Throwable