org.lsst.ccs.subsystems.fcs.errors
Class HardwareError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CanOpenError, ClampMotorConfigurationError, ErrorInBootingHardwareProcess, HardwareConfigurationError, HardwareNotDetectedException, SensorValueOutOfRangeException, UnexpectedBootMessageReceived
public class HardwareError
- extends Exception
A generic hardware error.
- Author:
- virieux
- See Also:
- Serialized Form
|
Constructor Summary |
HardwareError()
|
HardwareError(String msg)
Constructs an instance of HardwareError with the specified detail message. |
HardwareError(String msg,
String name)
Constructs an instance of HardwareError with the specified detail message and
the name of the hardware in error. |
HardwareError
public HardwareError()
HardwareError
public HardwareError(String msg)
- Constructs an instance of
HardwareError with the specified detail message.
- Parameters:
msg - the detail message.
HardwareError
public HardwareError(String msg,
String name)
- Constructs an instance of
HardwareError with the specified detail message and
the name of the hardware in error.
- Parameters:
msg - name -
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2013 LSST. All Rights Reserved.