Added in API level 9
Summary:
Ctors
| Inherited Methods
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 |