public class java.util.zip
DataFormatException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Signals that a data format error has occurred.
version1.14, 11/17/05

Constructors
public DataFormatException()
Constructs a DataFormatException with no detail message.
public DataFormatException(String s) Details
Constructs a DataFormatException with the specified detail message. A detail message is a String that describes this particular exception.
sthe String containing a detail message