public interface

IDexExceptionHandler

com.pnfsoftware.jeb.core.units.code.android.dex.IDexExceptionHandler

Class Overview

This interface represents information about an exception handler. Retrieved via getHandlers().

Summary

Public Methods
abstract int getAddress()
Get the handler's code address.
abstract int getTypeIndex()
Get the type of exceptions checked by this catch handler.
abstract IDexType resolveType(IDexUnit dex)

Public Methods

public abstract int getAddress ()

Get the handler's code address.

Returns
  • the address in bytes

public abstract int getTypeIndex ()

Get the type of exceptions checked by this catch handler.

Returns
  • the type index, of -1 if the catch handler is untyped

public abstract IDexType resolveType (IDexUnit dex)