public class

DexDecEvalSandboxExecutionException

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

Class Overview

An error occurred while executing code in the emulator-controlled sandbox.

Summary

Public Constructors
DexDecEvalSandboxExecutionException(Throwable pseudoCauseForMessage)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DexDecEvalSandboxExecutionException (Throwable pseudoCauseForMessage)

Parameters
pseudoCauseForMessage mandatory cause, which won't be provided by getCause() (this method always returns null for this type of exception). The cause is used to generate a custom exception message, which can be retrieved with the standard getMessage() method