现在的位置: 首页 > 综合 > 正文

java.util.zip.ZipException翻译

2013年10月05日 ⁄ 综合 ⁄ 共 2189字 ⁄ 字号 评论关闭
 
JavaTM 2 Platform
Std. Ed. v1.4.2




java.util.zip
Class ZipException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.util.zip.ZipException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JarException



public class ZipException
extends IOException

Signals that a Zip exception of some sort has occurred. 标记发生某种类型的ZIP异常。

Since:
JDK1.0
See Also:
IOException, Serialized Form



Constructor Summary
ZipException()
          Constructs an ZipException with null as its error detail message. 构建一个错误详细信息为null的ZipException。
ZipException(String s)
          Constructs an ZipException with the specified detail message. 构建一个指定详细信息的ZipException。

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail


ZipException

public ZipException()
Constructs an ZipException with null as its error detail message. 构建一个错误详细信息为null的ZipException。




ZipException

public ZipException(String s)
Constructs an ZipException with the specified detail message. 构建一个指定详细信息的ZipException。

Parameters:
s - the detail message. 详细信息。




JavaTM 2 Platform
Std. Ed. v1.4.2



Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

抱歉!评论已关闭.