Package com.googlecode.d2j.dex
Interface DexExceptionHandler
- All Known Implementing Classes:
BaseDexExceptionHandler
public interface DexExceptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleMethodTranslateException(com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, Exception e)
-
Method Details
-
handleFileException
-
handleMethodTranslateException
void handleMethodTranslateException(com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, Exception e)
-