public class

EvaluationException

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

Class Overview

IR evaluation exception.

Summary

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

public EvaluationException (String message)

public EvaluationException (Throwable cause)

public EvaluationException (String message, Throwable cause)