Package org.jf.dexlib2.dexbacked
Class DexBackedExceptionHandler
java.lang.Object
org.jf.dexlib2.base.BaseExceptionHandler
org.jf.dexlib2.dexbacked.DexBackedExceptionHandler
- All Implemented Interfaces:
Comparable<ExceptionHandler>,ExceptionHandler
- Direct Known Subclasses:
DexBackedCatchAllExceptionHandler,DexBackedTypedExceptionHandler
-
Field Summary
Fields inherited from class org.jf.dexlib2.base.BaseExceptionHandler
BY_EXCEPTION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.base.BaseExceptionHandler
compareTo, equals, getExceptionTypeReference, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.ExceptionHandler
getExceptionType, getHandlerCodeAddress
-
Constructor Details
-
DexBackedExceptionHandler
public DexBackedExceptionHandler()
-