public class

UnsupportedConversionException

extends InstructionConversionException
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
               ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.UnsupportedConversionException

Class Overview

The conversion to IR is unsupported.

Summary

Public Constructors
UnsupportedConversionException()
UnsupportedConversionException(String message)
UnsupportedConversionException(Throwable cause)
UnsupportedConversionException(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 UnsupportedConversionException ()

public UnsupportedConversionException (String message)

public UnsupportedConversionException (Throwable cause)

public UnsupportedConversionException (String message, Throwable cause)