com.android.sdklib.build
Class JarListSanitizer.DifferentLibException

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

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

Exception used to indicate the sanitized list of jar dependency cannot be computed due to inconsistency in duplicate jar files.

See Also:
Serialized Form

Constructor Summary
JarListSanitizer.DifferentLibException(java.lang.String message, java.lang.String[] details)
           
 
Method Summary
 java.lang.String[] getDetails()
           
 
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.DifferentLibException

public JarListSanitizer.DifferentLibException(java.lang.String message,
                                              java.lang.String[] details)
Method Detail

getDetails

public java.lang.String[] getDetails()