Class BaksmaliBaseDexExceptionHandler

  • All Implemented Interfaces:
    com.googlecode.d2j.dex.DexExceptionHandler

    public class BaksmaliBaseDexExceptionHandler
    extends com.googlecode.d2j.dex.BaseDexExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REPORT_MESSAGE  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.nio.file.Path exFile, java.lang.String[] originalArgs)  
      void dumpZip​(java.nio.file.Path exFile, java.lang.String[] originalArgs)  
      static java.lang.String getVersionString()  
      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)  
      boolean hasException()  
      • Methods inherited from class java.lang.Object

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

      • BaksmaliBaseDexExceptionHandler

        public BaksmaliBaseDexExceptionHandler()
    • Method Detail

      • hasException

        public boolean hasException()
      • handleFileException

        public void handleFileException​(java.lang.Exception e)
        Specified by:
        handleFileException in interface com.googlecode.d2j.dex.DexExceptionHandler
        Overrides:
        handleFileException in class com.googlecode.d2j.dex.BaseDexExceptionHandler
      • 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 com.googlecode.d2j.dex.DexExceptionHandler
        Overrides:
        handleMethodTranslateException in class com.googlecode.d2j.dex.BaseDexExceptionHandler
      • getVersionString

        public static java.lang.String getVersionString()
      • dump

        public void dump​(java.nio.file.Path exFile,
                         java.lang.String[] originalArgs)
      • dumpZip

        public void dumpZip​(java.nio.file.Path exFile,
                            java.lang.String[] originalArgs)
                     throws java.io.IOException
        Throws:
        java.io.IOException