Added in API level 9

ZipError

public class ZipError
extends InternalError

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Error
       โ†ณ java.lang.VirtualMachineError
         โ†ณ java.lang.InternalError
           โ†ณ java.util.zip.ZipError


Signals that an unrecoverable error has occurred.

Summary

Public constructors

ZipError(String s)

Constructs a ZipError with the given detail message.

Inherited methods

Public constructors

ZipError

Added in API level 9
public ZipError (String s)

Constructs a ZipError with the given detail message.

Parameters
s String: the String containing a detail message