ZipError

  • ZipError signals an unrecoverable error related to ZIP file processing and extends InternalError.

  • It provides a constructor to create a ZipError with a detailed message explaining the error.

  • ZipError inherits methods from Throwable for managing and accessing exception information like stack traces and causes.

  • Additional inherited methods from Object provide standard object functionalities such as equals, hashCode, and toString.

public class ZipError extends InternalError

Signals that an unrecoverable error has occurred.

Public Constructor Summary

ZipError(String s)
Constructs a ZipError with the given detail message.

Inherited Method Summary

Public Constructors

public ZipError (String s)

Constructs a ZipError with the given detail message.

Parameters
s the String containing a detail message