Package Summary  Overview Summary

class:ZipError [NONE]

All Implemented Interfaces:
Serializable

public class ZipErrorextends InternalError
Signals that an unrecoverable error has occurred.
Since:
1.6
See Also:

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