DataFormatExceptionNameDataFormatExceptionSynopsis
DescriptionA DataFormatException is thrown when data is not in the expected format, which can mean that the data is invalid or corrupt. In particular, the inflate() methods of Inflater throw this exception if they encounter data in an unexpected format. Class Summary
public class java.util.zip.DataFormatException extends java.lang.Exception { // Constructors public DataFormatException(); public DataFormatException(String s); } ConstructorsDataFormatExceptionprotected DataFormatException()
public DataFormatException(String s)
Inherited Methods
See AlsoException, Inflater, Throwable |
|