Class CannotWriteRegisterException
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.CannotWriteRegisterException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotWriteRegisterException
(int registerIndex) CannotWriteRegisterException
(RegisterType registerType) CannotWriteRegisterException
(String registerName) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotWriteRegisterException
-
CannotWriteRegisterException
public CannotWriteRegisterException(int registerIndex) -
CannotWriteRegisterException
-