com.android.sdklib.build
Class DuplicateFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.ZipAbortException
              extended by 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)
           
 
Method Summary
 java.lang.String getArchivePath()
           
 java.io.File getFile1()
           
 java.io.File getFile2()
           
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

DuplicateFileException

public DuplicateFileException(java.lang.String archivePath,
                              java.io.File file1,
                              java.io.File file2)
Method Detail

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