public class

DexDecConversionException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.units.code.android.ir.DexDecConversionException

Class Overview

A Dalvik-to-IR conversion exception.

Summary

Public Constructors
DexDecConversionException()
DexDecConversionException(int opcode)
DexDecConversionException(IDalvikInstruction insn)
DexDecConversionException(IDalvikInstruction insn, String details)
Public Methods
IDalvikInstruction getInstruction()
String getMessage()
Integer getOpcode()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DexDecConversionException ()

public DexDecConversionException (int opcode)

public DexDecConversionException (IDalvikInstruction insn)

public DexDecConversionException (IDalvikInstruction insn, String details)

Public Methods

public IDalvikInstruction getInstruction ()

Returns
  • may be null

public String getMessage ()

public Integer getOpcode ()

Returns
  • may be null