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:
Serializable
@Deprecated(since="12.1",
forRemoval=true)
public class UnimplementedCallOtherException
extends LowlevelError
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnimplementedCallOtherException(PcodeOpRaw op, String opName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedCallOtherException
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCallOtherOp
Deprecated, for removal: This API element is subject to removal in a future version. -
getCallOtherOpName
Deprecated, for removal: This API element is subject to removal in a future version.
-