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 Summary
Constructors Constructor Description UnimplementedCallOtherException(PcodeOpRaw op, java.lang.String opName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PcodeOpRaw
getCallOtherOp()
java.lang.String
getCallOtherOpName()
-
-
-
Constructor Detail
-
UnimplementedCallOtherException
public UnimplementedCallOtherException(PcodeOpRaw op, java.lang.String opName)
-
-
Method Detail
-
getCallOtherOp
public PcodeOpRaw getCallOtherOp()
-
getCallOtherOpName
public java.lang.String getCallOtherOpName()
-
-