Package ghidra.pcode.emulate
Class UnimplementedCallOtherException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ghidra.pcode.error.LowlevelError
- 
- ghidra.pcode.emulate.UnimplementedCallOtherException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UnimplementedCallOtherException extends LowlevelError - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnimplementedCallOtherException(PcodeOpRaw op, java.lang.String opName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PcodeOpRawgetCallOtherOp()java.lang.StringgetCallOtherOpName()
 
- 
- 
- 
Constructor Detail- 
UnimplementedCallOtherExceptionpublic UnimplementedCallOtherException(PcodeOpRaw op, java.lang.String opName) 
 
- 
 - 
Method Detail- 
getCallOtherOppublic PcodeOpRaw getCallOtherOp() 
 - 
getCallOtherOpNamepublic java.lang.String getCallOtherOpName() 
 
- 
 
-