Package com.android.dex
Class DexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.android.dex.util.ExceptionWithContext
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-