Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.util.zip

Class ZipException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.util.zip.ZipException


public class ZipException

extends IOException

Thrown during the creation or input of a zip file.

Authors:

Constructor Summary

ZipException()

Create an exception without a message.
ZipException(java.lang.String msg)

Create an exception with a message.

Constructor Details

ZipException

public ZipException()

Create an exception without a message.


ZipException

public ZipException(java.lang.String msg)

Create an exception with a message.

Parameters: