public class

CfgVerificationException

extends JebRuntimeException
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.cfg.CfgVerificationException

Class Overview

This exception is raised when a CFG failed verification. Failure indicates an invalid CFG (structural error, underlying instruction error, etc.).

Summary

Public Constructors
CfgVerificationException(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 CfgVerificationException (String format, Object... args)