Signals that invalid or corrupt data has been encountered while uncompressing data.
public class DataFormatException extends Exception { // Public Constructors public DataFormatException(); public DataFormatException(String s); }
Object->Throwable(Serializable)->Exception->DataFormatException
Inflater.inflate()