Name

DataFormatException

Synopsis

Signals that invalid or corrupt data has been encountered while uncompressing data.

java.util.zip.DataFormatException

Figure 16-138. java.util.zip.DataFormatException

public class DataFormatException extends Exception {
// Public Constructors
     public DataFormatException( );  
     public DataFormatException(String s);  
}

Thrown By

Inflater.inflate( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.