com.android.dex
Class DexIndexOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.android.dex.util.ExceptionWithContext
                  extended by com.android.dex.DexException
                      extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DexIndexOverflowException

public DexIndexOverflowException(String message)

DexIndexOverflowException

public DexIndexOverflowException(Throwable cause)


Copyright © 2015. All rights reserved.