public class FcsHardwareException extends Exception
| 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, setStackTracepublic FcsHardwareException()
public FcsHardwareException(String msg)
HardwareError with the specified detail message.msg - the detail message.Copyright © 2015 LSST. All rights reserved.