Package ghidra.pcode.emu.sys
Class EmuIOException
- All Implemented Interfaces:
Serializable
The simulated system interrupted with an I/O error
This exception is for I/O errors within the simulated system. If the host implementation causes a
real IOException
, it should not be wrapped in this exception unless, e.g., a
simulated file system intends to proxy the real file system.
- See Also:
-
Constructor Summary
ConstructorDescriptionEmuIOException
(String message) EmuIOException
(String message, Throwable cause) -
Method Summary
Methods 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
-
EmuIOException
-
EmuIOException
-