public class DexBackedCatchAllExceptionHandler extends DexBackedExceptionHandler
BY_EXCEPTION| Constructor and Description |
|---|
DexBackedCatchAllExceptionHandler(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 DexBackedCatchAllExceptionHandler(@Nonnull
DexReader reader)
@Nullable public java.lang.String getExceptionType()
ExceptionHandlerpublic int getHandlerCodeAddress()
ExceptionHandler