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

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipError.java34 public class ZipError extends InternalError { class in inherits:InternalError
38 * Constructs a ZipError with the given detail message.
41 public ZipError(String s) { method in class:ZipError

Completed in 27 milliseconds