English 中文(简体)
java.util.zip - Exceptions
  • 时间:2024-09-17

Java Zip - Exceptions


Previous Page Next Page  

Introduction

The java.util.zip Exceptions contains the exceptions which can occur during zip/unzip operations.

Interface Summary

Sr.No. Exception & Description
1

DataFormatException

Signals that a data format error has occurred.

2

ZipException

Signals that a Zip exception of some sort has occurred.

Print