org.lsst.ccs.subsystems.fcs.errors
Class HardwareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CanOpenException, ClampMotorConfigurationException, ClampsOrLatchesDisagreeException, ErrorInBootingHardwareProcessException, HardwareConfigurationException, HardwareNotDetectedException, SensorValueOutOfRangeException, UnexpectedBootMessageReceivedException
public class HardwareException
- extends Exception
A generic hardware error.
- Author:
- virieux
- See Also:
- Serialized Form
HardwareException
public HardwareException()
HardwareException
public HardwareException(String msg)
- Constructs an instance of
HardwareError with the specified detail message.
- Parameters:
msg - the detail message.
HardwareException
public HardwareException(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.