Class 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:
  • Constructor Details

    • DexException

      public DexException(String message)
    • DexException

      public DexException(Throwable cause)