java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.util.zip.ZipException
public class ZipException
如果某种 ZIP 异常发生,则抛出此错误。
IOException
,
序列化表格
构造方法摘要 | |
---|---|
ZipException() 使用 null 作为错误详细消息构造 ZipException 。 |
|
ZipException(String s) 构建带指定详细消息的 ZipException 。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public ZipException()
null
作为错误详细消息构造
ZipException
。
public ZipException(String s)
ZipException
。
s
- 详细消息。