ZipError (Java SE 17 & JDK 17)
- All Implemented Interfaces:
Serializable
Signals that an unrecoverable error has occurred.
- Since:
- 1.6
- See Also:
-
Constructor Summary
Constructors
Constructs a ZipError with the given detail message.
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZipError
public ZipError
(String s) Constructs a ZipError with the given detail message.
- Parameters:
s- theStringcontaining a detail message
-