com.android.dex
Class DexException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DexIndexOverflowException

public class DexException
extends ExceptionWithContext

Thrown when there's a format problem reading, writing, or generally processing a dex file.

See Also:
Serialized Form

Constructor Summary
DexException(String message)
           
DexException(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

DexException

public DexException(String message)

DexException

public DexException(Throwable cause)


Copyright © 2015. All rights reserved.