Package com.googlecode.d2j.dex
Interface DexExceptionHandler
-
- All Known Implementing Classes:
BaseDexExceptionHandler
public interface DexExceptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-