Package ghidra.pcode.emu.sys
Class EmuSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.exec.PcodeExecutionException
ghidra.pcode.emu.sys.EmuSystemException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 EmuInvalidSystemCallException,EmuProcessExitedException,EmuUnixException
A p-code execution exception related to system simulation
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEmuSystemException(String message) EmuSystemException(String message, PcodeFrame frame) EmuSystemException(String message, PcodeFrame frame, Throwable cause)  - 
Method Summary
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
- 
EmuSystemException
 - 
EmuSystemException
 - 
EmuSystemException
 
 -