This runtime exception is thrown by ZipFile and ZipInputStream when the file
or stream is not a valid zip file.
See Also:ZipFile See Also:ZipInputStream
Constructor Summary
public
ZipException() Constructs a new instance of this class with its walkback filled in.
public
ZipException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in.
Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception.