public class

DexDecEvaluationException

extends JebException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.core.units.code.android.ir.DexDecEvaluationException
Known Direct Subclasses

Class Overview

This exception and its sub-types are throw by the State components and evaluate methods.

Summary

Public Constructors
DexDecEvaluationException()
DexDecEvaluationException(String msg)
DexDecEvaluationException(Throwable cause)
DexDecEvaluationException(String msg, Throwable cause)
DexDecEvaluationException(IDExpression e)
This constructor uses DexDecEvaluationException(String) with a string containing a textual representation of the provided IR expression.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DexDecEvaluationException ()

public DexDecEvaluationException (String msg)

public DexDecEvaluationException (Throwable cause)

public DexDecEvaluationException (String msg, Throwable cause)

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