public class

DexDecEvalStubException

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.DexDecEvalStubException

Class Overview

An internal exception used when attempting to emulate a method whose body was removed.

Summary

Public Constructors
DexDecEvalStubException(String msig)
Public Methods
String getMessage()
String getStubMethodSignature()
Retrieve the stub method signature.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DexDecEvalStubException (String msig)

Parameters
msig stub method signature

Public Methods

public String getMessage ()

public String getStubMethodSignature ()

Retrieve the stub method signature.