ZipExceptionNameZipExceptionSynopsis
DescriptionA 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. Class Summary
public class java.util.ZipException extends java.io.IOException { // Constructors public ZipException(); public ZipException(String s); } ConstructorsZipExceptionprotected ZipException()
public ZipException(String s)
Inherited Methods
See AlsoException, IOException, RuntimeException, Throwable |
|