Class EmuInvalidSystemCallException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmuIOException

public class EmuInvalidSystemCallException extends EmuSystemException
The emulated program invoked a system call incorrectly
See Also:
  • Constructor Details

    • EmuInvalidSystemCallException

      public EmuInvalidSystemCallException(long number)
      The system call number was not valid
      Parameters:
      number - the system call number
    • EmuInvalidSystemCallException

      public EmuInvalidSystemCallException(String message)
    • EmuInvalidSystemCallException

      public EmuInvalidSystemCallException(String message, Throwable cause)