Interface DexExceptionHandler

All Known Implementing Classes:
BaseDexExceptionHandler

public interface DexExceptionHandler
  • Method Details

    • handleFileException

      void handleFileException(Exception e)
    • handleMethodTranslateException

      void handleMethodTranslateException(com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, Exception e)