Package com.android.dex
Class DexIndexOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.android.dex.util.ExceptionWithContext
-
- com.android.dex.DexException
-
- com.android.dex.DexIndexOverflowException
-
- All Implemented Interfaces:
Serializable
public final class DexIndexOverflowException extends DexException
Thrown when there's an index overflow writing a dex file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DexIndexOverflowException(String message)DexIndexOverflowException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.android.dex.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-