Class UnsupportedConversionException
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
- All Implemented Interfaces:
Serializable
The conversion to IR is unsupported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedConversionException
(String message) UnsupportedConversionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedConversionException
public UnsupportedConversionException() -
UnsupportedConversionException
-
UnsupportedConversionException
-
UnsupportedConversionException
-