java.util.zip.DataFormatException (JDK 1.1)
Signals that invalid or corrupt data has been encountered while uncompressing data.
public classDataFormatExceptionextends Exception { //Public ConstructorspublicDataFormatException(); publicDataFormatException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->DataFormatException
Thrown By:
Inflater.inflate()