Searched refs:ZipAbortException (Results 1 – 3 of 3) sorted by relevance
19 import com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.ZipAbortException;26 public final class DuplicateFileException extends ZipAbortException {
66 public boolean checkEntry(String archivePath) throws ZipAbortException { in checkEntry()91 public boolean checkEntry(String archivePath) throws ZipAbortException { in checkEntry()
19 import com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.ZipAbortException;118 public static class ZipAbortException extends Exception { class121 public ZipAbortException() { in ZipAbortException() method in SignedJarBuilder.IZipEntryFilter.ZipAbortException125 public ZipAbortException(String format, Object... args) { in ZipAbortException() method in SignedJarBuilder.IZipEntryFilter.ZipAbortException129 public ZipAbortException(Throwable cause, String format, Object... args) { in ZipAbortException() method in SignedJarBuilder.IZipEntryFilter.ZipAbortException133 public ZipAbortException(Throwable cause) { in ZipAbortException() method in SignedJarBuilder.IZipEntryFilter.ZipAbortException145 public boolean checkEntry(String archivePath) throws ZipAbortException; in checkEntry()210 throws IOException, ZipAbortException { in writeZip()