public class DexBackedTypedExceptionHandler extends DexBackedExceptionHandler
BY_EXCEPTION| Constructor and Description |
|---|
DexBackedTypedExceptionHandler(DexBackedDexFile dexFile,
DexReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExceptionType()
Gets the type of exception that is handled by this handler.
|
int |
getHandlerCodeAddress()
Gets the code offset of the handler.
|
compareTo, equals, getExceptionTypeReference, hashCodepublic DexBackedTypedExceptionHandler(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader)
@Nonnull public java.lang.String getExceptionType()
ExceptionHandlerpublic int getHandlerCodeAddress()
ExceptionHandler