Package com.googlecode.dex2jar.tools
Class BaksmaliBaseDexExceptionHandler
- java.lang.Object
-
- com.googlecode.d2j.dex.BaseDexExceptionHandler
-
- com.googlecode.dex2jar.tools.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.StringREPORT_MESSAGE
-
Constructor Summary
Constructors Constructor Description BaksmaliBaseDexExceptionHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.nio.file.Path exFile, java.lang.String[] originalArgs)voiddumpZip(java.nio.file.Path exFile, java.lang.String[] originalArgs)static java.lang.StringgetVersionString()voidhandleFileException(java.lang.Exception e)voidhandleMethodTranslateException(com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, java.lang.Exception e)booleanhasException()
-
-
-
Field Detail
-
REPORT_MESSAGE
public static final java.lang.String REPORT_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasException
public boolean hasException()
-
handleFileException
public void handleFileException(java.lang.Exception e)
- Specified by:
handleFileExceptionin interfacecom.googlecode.d2j.dex.DexExceptionHandler- Overrides:
handleFileExceptionin classcom.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:
handleMethodTranslateExceptionin interfacecom.googlecode.d2j.dex.DexExceptionHandler- Overrides:
handleMethodTranslateExceptionin classcom.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
-
-