Class DexDecEvalItercountExceededException
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.DexDecEvalItercountExceededException
- All Implemented Interfaces:
Serializable
The emulation is taking too long (maximum iteration count exceeded).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an iteration-count exception.Create an iteration-count 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
-
DexDecEvalItercountExceededException
public DexDecEvalItercountExceededException()Create an iteration-count exception. -
DexDecEvalItercountExceededException
Create an iteration-count exception.- Parameters:
msg- exception message
-