Class DexDecNativeEvalFailedException
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.DexDecNativeEvalFailedException
- All Implemented Interfaces:
Serializable
An error occurred while evaluating native code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a native-evaluation failure exception.Create a native-evaluation failure exception.DexDecNativeEvalFailedException(String msg, Throwable cause) Create a native-evaluation failure exception.Create a native-evaluation failure exception. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DexDecNativeEvalFailedException
public DexDecNativeEvalFailedException()Create a native-evaluation failure exception. -
DexDecNativeEvalFailedException
Create a native-evaluation failure exception.- Parameters:
msg- exception message
-
DexDecNativeEvalFailedException
Create a native-evaluation failure exception.- Parameters:
cause- exception cause
-
DexDecNativeEvalFailedException
Create a native-evaluation failure exception.- Parameters:
msg- exception messagecause- exception cause
-