public class DexExceptionItem
extends java.lang.Object
This class represents try-catch information for a bytecode area of a method.
DexCodeItem
Modifier and Type | Class and Description |
---|---|
static class |
DexExceptionItem.Handler
This class represents information about an exception handler.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DexExceptionItem.Handler> |
getHandlers()
Get the list of catch handlers.
|
int |
getTryAddress()
Get the code address of the beginning of the try block.
|
int |
getTrySize()
Get the code size of the try block
|
public int getTryAddress()
Get the code address of the beginning of the try block.
public int getTrySize()
Get the code size of the try block
public java.util.List<DexExceptionItem.Handler> getHandlers()
Get the list of catch handlers.