com.android.sdklib.build
Class DuplicateFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.ZipAbortException
com.android.sdklib.build.DuplicateFileException
- All Implemented Interfaces:
- java.io.Serializable
public final class DuplicateFileException
- extends com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.ZipAbortException
An exception thrown during packaging of an APK file.
- See Also:
- Serialized Form
Constructor Summary |
DuplicateFileException(java.lang.String archivePath,
java.io.File file1,
java.io.File file2)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DuplicateFileException
public DuplicateFileException(java.lang.String archivePath,
java.io.File file1,
java.io.File file2)
getArchivePath
public java.lang.String getArchivePath()
getFile1
public java.io.File getFile1()
getFile2
public java.io.File getFile2()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable