加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090310013749/http://developer.android.com:80/reference/java/util/zip/ZipException.html
public class

ZipException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.util.zip.ZipException
Known Direct Subclasses

Class Overview

This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid zip file.

Summary

Public Constructors
ZipException()
Constructs a new instance of this class with its walkback filled in.
ZipException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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.

Parameters
detailMessage String The detail message for the exception.