Package gda.scan

Class ScanInterruptedException

All Implemented Interfaces:
Serializable

public class ScanInterruptedException extends InterruptedException
InterruptedException to be thrown by the Scan mechanism.

This enables user-friendly messages to be printed out, while containing a useful stack trace to report where the original InterruptedException was thrown from.

Extends InterruptedException so error handling inside Jython scripts that run scans can look for this type of exception and react accordingly.

See Also:
  • Constructor Details

    • ScanInterruptedException

      public ScanInterruptedException()
    • ScanInterruptedException

      public ScanInterruptedException(String s)
    • ScanInterruptedException

      public ScanInterruptedException(String s, StackTraceElement[] stackTrace)
  • Method Details