public class FcsHardwareException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
hardwareName
Name of the hardware
|
| Constructor and Description |
|---|
FcsHardwareException() |
FcsHardwareException(String msg)
Constructs an instance of
HardwareError with the specified
detail message. |
FcsHardwareException(String msg,
String name)
Constructs an instance of
HardwareError with the specified
detail message and the name of the hardware in error. |
FcsHardwareException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected String hardwareName
public FcsHardwareException()
public FcsHardwareException(String msg)
HardwareError with the specified
detail message.msg - the detail message.Copyright © 2017 LSST. All rights reserved.