package

com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions

Specific exception types that may be thrown by gendec components.

Exceptions

DecompilerException Top-level recoverable exception raised by JEB native decompiler components. 
EvaluationException IR evaluation exception. 
IllegalConversionException The conversion to IR is illegal. 
IllegalIntermediateExpressionException IR construct error. 
InstructionConversionException Generic exception for native code to IR conversion problems. 
UnsupportedConversionException The conversion to IR is unsupported. 
UntranslatedIntermediateExpressionException Reserved for IR to "other" conversion errors.