Package ghidra.pcode.emulate
Class InstructionDecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.error.LowlevelError
ghidra.pcode.emulate.InstructionDecodeException
- All Implemented Interfaces:
Serializable
@Deprecated(since="12.1",
forRemoval=true)
public class InstructionDecodeException
extends LowlevelError
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionDecodeException(String reason, Address pc) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstructionDecodeException
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProgramCounter
Deprecated, for removal: This API element is subject to removal in a future version.
-