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 SummaryConstructors Constructor Description UnimplementedInstructionException(Address addr)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetInstructionAddress()
 
-