Searched defs:DataFormatException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DDataFormatException.java21 * {@code DataFormatException} is used to indicate an error in the format of a
24 public class DataFormatException extends Exception { class in inherits:Exception
29 * Constructs a new {@code DataFormatException} instance.
31 public DataFormatException() { method in class:DataFormatException
35 * Constructs a new {@code DataFormatException} instance with the specified
41 public DataFormatException(String detailMessage) { method in class:DataFormatException

Completed in 47 milliseconds