Package ghidra.pcode.exec.trace
Class UnknownStatePcodeExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.exec.PcodeExecutionException
ghidra.pcode.exec.AccessPcodeExecutionException
ghidra.pcode.exec.trace.UnknownStatePcodeExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownStatePcodeExecutionException(Language language, Address address, int size) UnknownStatePcodeExecutionException(String message, Language language, Address address, int size) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMessage(Language language, Address address, int size) Methods inherited from class ghidra.pcode.exec.PcodeExecutionException
getFrameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownStatePcodeExecutionException
-
UnknownStatePcodeExecutionException
-
-
Method Details
-
getMessage
-