-
Sub-task
-
Resolution: Unresolved
-
P4
-
24
`java.util.zip.ZipError` has been deprecated for removal. This error class has been obsolete for many releases and has not been used by the reference implementation since Java 8.
Any existing code that used to throw `java.util.zip.ZipError` should consider throwing `java.util.zip.ZipException` instead. Code needing to catch this error when running on releases prior to Java 9 may be updated to catch the parent `java.lang.InternalError` class instead.
Any existing code that used to throw `java.util.zip.ZipError` should consider throwing `java.util.zip.ZipException` instead. Code needing to catch this error when running on releases prior to Java 9 may be updated to catch the parent `java.lang.InternalError` class instead.