public class

EmulatorException

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.decompiler.ast.emulator.EmulatorException

Class Overview

Exception for SimpleCEmulator

Summary

Public Constructors
EmulatorException()
EmulatorException(String message)
EmulatorException(Throwable cause)
EmulatorException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public EmulatorException ()

public EmulatorException (String message)

public EmulatorException (Throwable cause)

public EmulatorException (String message, Throwable cause)