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

public class DexDecEvaluationException extends JebException
This exception and its sub-types are throw by the State components and evaluate methods.
See Also:
  • Constructor Details

    • DexDecEvaluationException

      public DexDecEvaluationException()
    • DexDecEvaluationException

      public DexDecEvaluationException(String msg)
    • DexDecEvaluationException

      public DexDecEvaluationException(Throwable cause)
    • DexDecEvaluationException

      public DexDecEvaluationException(String msg, Throwable cause)
    • DexDecEvaluationException

      public DexDecEvaluationException(IDExpression e)
      This constructor uses DexDecEvaluationException(String) with a string containing a textual representation of the provided IR expression.
      Parameters:
      e - IR expression that failed the evaluation