# Class: com.pnfsoftware.jeb.core.units.code.android.ir.DexDecEvalCodeThrownException

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

## Constructor: DexDecEvalCodeThrownException
- parameter: `ref`, type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDImm`

Description: Create an exception wrapping an emulated thrown object.
parameter: ref: wrapped exception reference \(living in the emulator\)

## Method: getThrownObjectRef
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDImm`

Description: Retrieve a reference to the thrown exception.
return: the thrown object reference

