java.util.zip

Class ZipException

public class ZipException extends IOException

Thrown during the creation or input of a zip file.

UNKNOWN: updated to 1.4

Constructor Summary
ZipException()
Create an exception without a message.
ZipException(String msg)
Create an exception with a message.

Constructor Detail

ZipException

public ZipException()
Create an exception without a message.

ZipException

public ZipException(String msg)
Create an exception with a message.

Parameters: msg the message