Package ghidra.pcode.exec
Class ConcretionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.exec.PcodeExecutionException
ghidra.pcode.exec.ConcretionError
- All Implemented Interfaces:
Serializable
The emulator or a client attempted to concretize an abstract value
- See Also:
-
Constructor Summary
ConstructorDescriptionConcretionError
(String message, PcodeArithmetic.Purpose purpose) Create the exception -
Method Summary
Modifier and TypeMethodDescriptionGet the reason why the emulator needs a concrete valueMethods inherited from class ghidra.pcode.exec.PcodeExecutionException
getFrame
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcretionError
Create the exception- Parameters:
message
- a message for the clientpurpose
- the reason why the emulator needs a concrete value
-
-
Method Details
-
getPurpose
Get the reason why the emulator needs a concrete value- Returns:
- the purpose
-