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:
java.io.Serializable
public class InstructionDecodeException extends LowlevelError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstructionDecodeException(java.lang.String reason, Address pc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getProgramCounter()
-