Class ImmutableExceptionHandler

java.lang.Object
org.jf.dexlib2.base.BaseExceptionHandler
org.jf.dexlib2.immutable.ImmutableExceptionHandler
All Implemented Interfaces:
Comparable<ExceptionHandler>, ExceptionHandler

public class ImmutableExceptionHandler extends BaseExceptionHandler implements ExceptionHandler
  • Field Details

  • Constructor Details

    • ImmutableExceptionHandler

      public ImmutableExceptionHandler(@Nullable String exceptionType, int handlerCodeAddress)
  • Method Details