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

Class DataFormatException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.util.zip.DataFormatException


public class DataFormatException

extends Exception

Exception thrown when compressed data is corrupt.

Since:Authors:

Constructor Summary

DataFormatException()

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

Create an exception with a message.

Constructor Details

DataFormatException

public DataFormatException()

Create an exception without a message.


DataFormatException

public DataFormatException(java.lang.String msg)

Create an exception with a message.

Parameters: