Package ghidra.pcode.emulate
Class UnimplementedInstructionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ghidra.pcode.error.LowlevelError
-
- ghidra.pcode.emulate.UnimplementedInstructionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnimplementedInstructionException extends LowlevelError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnimplementedInstructionException(Address addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getInstructionAddress()
-