Package gda.scan
Class ScanInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
gda.scan.ScanInterruptedException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScanInterruptedException
public ScanInterruptedException() -
ScanInterruptedException
-
ScanInterruptedException
-
-
Method Details
-
getStackTrace
- Overrides:
getStackTracein classThrowable
-