Package org.jf.dexlib2.builder
Class BuilderExceptionHandler
java.lang.Object
org.jf.dexlib2.base.BaseExceptionHandler
org.jf.dexlib2.builder.BuilderExceptionHandler
- All Implemented Interfaces:
Comparable<ExceptionHandler>,ExceptionHandler
-
Field Summary
FieldsFields inherited from class org.jf.dexlib2.base.BaseExceptionHandler
BY_EXCEPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static BuilderExceptionHandlernewExceptionHandler(String exceptionType, Label handler) (package private) static BuilderExceptionHandlernewExceptionHandler(Label handler) (package private) static BuilderExceptionHandlernewExceptionHandler(TypeReference exceptionType, Label handler) 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
-
Field Details
-
handler
-
-
Constructor Details
-
BuilderExceptionHandler
-
-
Method Details
-
getHandler
-
newExceptionHandler
static BuilderExceptionHandler newExceptionHandler(@Nullable TypeReference exceptionType, @Nonnull Label handler) -
newExceptionHandler
-
newExceptionHandler
static BuilderExceptionHandler newExceptionHandler(@Nullable String exceptionType, @Nonnull Label handler)
-