Class DexDecEvalStubException
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
- All Implemented Interfaces:
Serializable
An internal exception used when attempting to emulate a method whose body was removed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the stub method signature.Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DexDecEvalStubException
- Parameters:
msig
- stub method signature
-
-
Method Details
-
getStubMethodSignature
Retrieve the stub method signature.- Returns:
-
getMessage
- Overrides:
getMessage
in classThrowable
-