Java Zip - Exceptions



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
Advertisements