public class

IllegalConversionException

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.IllegalConversionException

Class Overview

The conversion to IR is illegal.

Summary

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

public IllegalConversionException (String message)

public IllegalConversionException (Throwable cause)

public IllegalConversionException (String message, Throwable cause)