加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20131004061625/http://developer.android.com:80/reference/java/util/zip/ZipError.html
to top
Android APIs
public class

ZipError

extends InternalError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.VirtualMachineError
         ↳ java.lang.InternalError
           ↳ java.util.zip.ZipError

Class Overview

Thrown when an unrecoverable zip error has occurred.

Summary

Public Constructors
ZipError(String s)
Constructs a ZipError with the given detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ZipError (String s)

Added in API level 9

Constructs a ZipError with the given detail message.