public class

CannotReadRegisterException

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.processor.CannotReadRegisterException

Summary

Public Constructors
CannotReadRegisterException(String registerName)
CannotReadRegisterException(int registerIndex)
CannotReadRegisterException(RegisterType registerType)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CannotReadRegisterException (String registerName)

public CannotReadRegisterException (int registerIndex)

public CannotReadRegisterException (RegisterType registerType)