Package ghidra.pcode.emu.sys
Class EmuInvalidSystemCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.exec.PcodeExecutionException
ghidra.pcode.emu.sys.EmuSystemException
ghidra.pcode.emu.sys.EmuInvalidSystemCallException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmuIOException
The emulated program invoked a system call incorrectly
- See Also:
-
Constructor Summary
ConstructorDescriptionEmuInvalidSystemCallException
(long number) The system call number was not validEmuInvalidSystemCallException
(String message) EmuInvalidSystemCallException
(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
-
EmuInvalidSystemCallException
public EmuInvalidSystemCallException(long number) The system call number was not valid- Parameters:
number
- the system call number
-
EmuInvalidSystemCallException
-
EmuInvalidSystemCallException
-