public class

UntranslatedIntermediateExpressionException

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

Class Overview

Reserved for IR to "other" conversion errors.

Summary

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

Public Constructors

public UntranslatedIntermediateExpressionException (String message)

public UntranslatedIntermediateExpressionException (String format, Object... args)