public static class DexExceptionItem.Handler
extends java.lang.Object
This class represents information about an exception handler.
Modifier and Type | Method and Description |
---|---|
int |
getAddress()
Get the handler's code address.
|
int |
getTypeIndex()
Get the type of exceptions checked by this catch handler.
|
public int getTypeIndex()
Get the type of exceptions checked by this catch handler.
public int getAddress()
Get the handler's code address.