Module java.base
Package java.util.zip

Class ZipError

All Implemented Interfaces:
Serializable

public class ZipError
extends InternalError
Signals that an unrecoverable error has occurred.
Since:
1.6
See Also:
Serialized Form
  • Constructor Details

    • ZipError

      public ZipError​(String s)
      Constructs a ZipError with the given detail message.
      Parameters:
      s - the String containing a detail message