Signals that an error has occurred in reading or writing a ZIP file.
public class ZipException extends IOException { // Public Constructors public ZipException(); public ZipException(String s); }
Object->Throwable(Serializable)->Exception->IOException->ZipException
ZipFile()