Top Description Fields Constructors
java.util.zip

public Class ZipError

extends InternalError
Class Inheritance

Signals that an unrecoverable error has occurred.
Author
Dave Bristor
Since
1.6

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
ZipError(String
the String containing a detail message
s
)

Constructs a ZipError with the given detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.InternalError.serialVersionUID.

Annotations
@Serial

Constructor Detail

ZipErrorback to summary
public ZipError(String s)

Constructs a ZipError with the given detail message.

Parameters
s:String

the String containing a detail message