public class HardwareException extends Exception
| Constructor and Description |
|---|
HardwareException() |
HardwareException(String msg)
Constructs an instance of
HardwareError with the specified detail message. |
HardwareException(String msg,
String name)
Constructs an instance of
HardwareError with the specified detail message and
the name of the hardware in error. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic HardwareException()
public HardwareException(String msg)
HardwareError with the specified detail message.msg - the detail message.Copyright © 2014 LSST. All Rights Reserved.