Package com.android.dexdeps
Class DexDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.android.dexdeps.DexDataException
-
- All Implemented Interfaces:
Serializable
public class DexDataException extends RuntimeException
Bad data found inside a DEX file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DexDataException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DexDataException
public DexDataException()
-
-