public class

DexDecEvalCodeThrownException

extends DexDecEvaluationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.core.units.code.android.ir.DexDecEvaluationException
           ↳ com.pnfsoftware.jeb.core.units.code.android.ir.DexDecEvalCodeThrownException

Class Overview

Those objects are used to wrap throwables raised by the emulated code. (This exception type is akin to InvocationTargetException in the Reflection Framework.)

Summary

Public Constructors
DexDecEvalCodeThrownException(IDImm ref)
Public Methods
IDImm getThrownObjectRef()
Retrieve a reference to the thrown exception.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DexDecEvalCodeThrownException (IDImm ref)

Parameters
ref wrapped exception reference (living in the emulator)

Public Methods

public IDImm getThrownObjectRef ()

Retrieve a reference to the thrown exception.