Class DexDecEvalCodeThrownException
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
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve a reference to the thrown exception.Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DexDecEvalCodeThrownException
- Parameters:
ref
- wrapped exception reference (living in the emulator)
-
-
Method Details
-
getThrownObjectRef
Retrieve a reference to the thrown exception.- Returns:
-