Interface IDexExceptionHandler
public interface IDexExceptionHandler
This interface represents information about an exception handler. Retrieved via
IDexExceptionItem.getHandlers()
.-
Method Summary
Modifier and TypeMethodDescriptionint
Get the handler's code address.int
Get the type of exceptions checked by this catch handler.resolveType
(IDexUnit dex)
-
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
- Returns:
-