Class DexIndexOverflowException

All Implemented Interfaces:
Serializable

public final class DexIndexOverflowException extends DexException
Thrown when there's an index overflow writing a dex file.
See Also:
  • Constructor Details

    • DexIndexOverflowException

      public DexIndexOverflowException(String message)
    • DexIndexOverflowException

      public DexIndexOverflowException(Throwable cause)