# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.IDExceptionItem

`dexdec` exception item definition.

## Method: getHandlers
- return type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.android.ir.IDExceptionHandler>`

Description: Get the list of catch handlers.
return: the list of handlers, which may contain at most one non\-typed handler

## Method: getTryAddress
- return type: `int`

Description: Get the code address of the beginning of the try block.
return: the address in bytes

## Method: getTrySize
- return type: `int`

Description: Get the code size of the try block
return: the size in bytes

