Class 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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DexDecEvalCodeThrownException
,DexDecEvalFailedTranslationException
,DexDecEvalItercountExceededException
,DexDecEvalSandboxExecutionException
,DexDecEvalStubException
,DexDecEvalTimeoutExceededException
,DexDecEvalUnmanagedCodeException
,DexDecNativeEvalFailedException
This exception and its sub-types are throw by the
State components
and
evaluate
methods.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis constructor usesDexDecEvaluationException(String)
with a string containing a textual representation of the provided IR expression.DexDecEvaluationException
(String msg, Throwable cause) -
Method Summary
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
-
DexDecEvaluationException
public DexDecEvaluationException() -
DexDecEvaluationException
-
DexDecEvaluationException
-
DexDecEvaluationException
-
DexDecEvaluationException
This constructor usesDexDecEvaluationException(String)
with a string containing a textual representation of the provided IR expression.- Parameters:
e
- IR expression that failed the evaluation
-