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