public class ZipException extends IOException
ZipFile and ZipInputStream when the file or stream is not a valid zip file.ZipFile,
ZipInputStream,
Serialized Form| Constructor and Description |
|---|
ZipException()
Constructs a new
ZipException instance. |
ZipException(String detailMessage)
Constructs a new
ZipException instance with the specified
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZipException()
ZipException instance.public ZipException(String detailMessage)
ZipException instance with the specified
message.detailMessage - the detail message for the exception.