public class

InstructionConversionException

extends DecompilerException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.DecompilerException
             ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.InstructionConversionException
Known Direct Subclasses

Class Overview

Generic exception for native code to IR conversion problems.

Summary

Public Constructors
InstructionConversionException()
InstructionConversionException(String message)
InstructionConversionException(Throwable cause)
InstructionConversionException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InstructionConversionException ()

public InstructionConversionException (String message)

public InstructionConversionException (Throwable cause)

public InstructionConversionException (String message, Throwable cause)