Class DexDecEvalCodeThrownException

All Implemented Interfaces:
Serializable

public class DexDecEvalCodeThrownException extends DexDecEvaluationException
Those objects are used to wrap throwables raised by the emulated code. (This exception type is akin to InvocationTargetException in the Reflection Framework.)
See Also:
  • Constructor Details

    • DexDecEvalCodeThrownException

      public DexDecEvalCodeThrownException(IDImm ref)
      Parameters:
      ref - wrapped exception reference (living in the emulator)
  • Method Details

    • getThrownObjectRef

      public IDImm getThrownObjectRef()
      Retrieve a reference to the thrown exception.
      Returns: