Class InterruptPcodeExecutionException

All Implemented Interfaces:
Serializable

public class InterruptPcodeExecutionException extends PcodeExecutionException
Exception thrown by DefaultPcodeThread.PcodeEmulationLibrary.emu_swi(), a p-code userop exported by emulators for implementing breakpoints.
See Also:
  • Constructor Details

    • InterruptPcodeExecutionException

      public InterruptPcodeExecutionException(PcodeFrame frame, Throwable cause)