com.android.sdklib.build
Class JarListSanitizer.Sha1Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.sdklib.build.JarListSanitizer.Sha1Exception
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JarListSanitizer

public static final class JarListSanitizer.Sha1Exception
extends java.lang.Exception

Exception to indicate a failure to check a jar file's content.

See Also:
Serialized Form

Constructor Summary
JarListSanitizer.Sha1Exception(java.io.File jarFile, java.lang.Throwable cause)
           
 
Method Summary
 java.io.File getJarFile()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

JarListSanitizer.Sha1Exception

public JarListSanitizer.Sha1Exception(java.io.File jarFile,
                                      java.lang.Throwable cause)
Method Detail

getJarFile

public java.io.File getJarFile()