Package Summary
Overview Summary
class:ZipError [NONE]
All Implemented Interfaces:
Serializable
public class
ZipError
extends
InternalError
Signals that an unrecoverable error has occurred.
Since:
1.6
See Also:
Serialized Form
constructor:ZipError(java.lang.String) [NONE]
ZipError
public
ZipError
(
String
s)
Constructs a ZipError with the given detail message.
Parameters:
s
- the
String
containing a detail message
© 2023 Oracle Corporation and/or its affiliates