Class SuspendedPcodeExecutionException

All Implemented Interfaces:
Serializable

public class SuspendedPcodeExecutionException extends PcodeExecutionException
An exception thrown during execution if PcodeThread.setSuspended(boolean) is invoked with true.
See Also:
  • Constructor Details

    • SuspendedPcodeExecutionException

      public SuspendedPcodeExecutionException(PcodeFrame frame, Throwable cause)