Name

ZipException

Synopsis

Signals that an error has occurred in reading or writing a ZIP file.

java.util.zip.ZipException

Figure 16-144. java.util.zip.ZipException

public class ZipException extends java.io.IOException {
// Public Constructors
     public ZipException( );  
     public ZipException(String s);  
}

Subclasses

java.util.jar.JarException

Thrown By

ZipFile.ZipFile( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.