Package org.eclipse.scanning.api.scan
Class ScanningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.scanning.api.scan.ScanningException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MalcolmDeviceException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScanningException(String message) ScanningException(String message, Throwable cause) ScanningException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ScanningException(Throwable cause) ScanningException(IRunnableDevice<?> device, String message) ScanningException(IRunnableDevice<?> device, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScanningException
public ScanningException() -
ScanningException
-
ScanningException
-
ScanningException
-
ScanningException
-
ScanningException
-
ScanningException
-
-
Method Details
-
getDevice
- Returns:
- the device, may be null.
-
setDevice
-