Class BaseDexExceptionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleFileException​(java.lang.Exception e)  
      void handleMethodTranslateException​(com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseDexExceptionHandler

        public BaseDexExceptionHandler()
    • Method Detail

      • handleMethodTranslateException

        public void handleMethodTranslateException​(com.googlecode.d2j.Method method,
                                                   com.googlecode.d2j.node.DexMethodNode methodNode,
                                                   org.objectweb.asm.MethodVisitor mv,
                                                   java.lang.Exception e)
        Specified by:
        handleMethodTranslateException in interface DexExceptionHandler