Class DexArchiveMergerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.builder.dexing.DexArchiveMergerException
All Implemented Interfaces:
Serializable

public class DexArchiveMergerException extends Exception
An exception thrown is dex archive merging fails. It is a wrapper exception, to get the actual exception, Throwable.getCause() should always be invoked. It can also contain an error message that can be retrieved using Throwable.getMessage().
See Also:
  • Constructor Details

    • DexArchiveMergerException

      public DexArchiveMergerException(String message, Throwable cause)