Class DexDecEvalFailedTranslationException

All Implemented Interfaces:
Serializable

public class DexDecEvalFailedTranslationException extends DexDecEvaluationException
The emulation of some Dalvik code failed because there was an error reported when translating to IR.
See Also:
  • Constructor Details

    • DexDecEvalFailedTranslationException

      public DexDecEvalFailedTranslationException(DexDecConversionException cause)
      Create a failed-translation exception.
      Parameters:
      cause - conversion exception that caused the failure