Interface IDexExceptionHandler


public interface IDexExceptionHandler
This interface represents information about an exception handler. Retrieved via IDexExceptionItem.getHandlers().
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the handler's code address.
    int
    Get the type of exceptions checked by this catch handler.
     
  • Method Details

    • getTypeIndex

      int getTypeIndex()
      Get the type of exceptions checked by this catch handler.
      Returns:
      the type index, of -1 if the catch handler is untyped
    • getAddress

      int getAddress()
      Get the handler's code address.
      Returns:
      the address in bytes
    • resolveType

      IDexType resolveType(IDexUnit dex)
      Returns: