org.lsst.ccs.subsystems.fcs.errors
Class CanOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareException
org.lsst.ccs.subsystems.fcs.errors.CanOpenException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CanOpenCommunicationException, CanOpenDeviceException, CanOpenGenericException, CanOpenMotionException, CanOpenTemperatureException, CanOpenVoltageException, SDORequestException
public class CanOpenException
- extends HardwareException
Throwned when we received an emergency message for a node.
- Author:
- virieux
- See Also:
- Serialized Form
CanOpenException
public CanOpenException()
- Creates a new instance of
CanOpenError without detail message.
CanOpenException
public CanOpenException(String msg)
- Constructs an instance of
CanOpenError with the specified detail message.
- Parameters:
msg - the detail message.
CanOpenException
public CanOpenException(String msg,
String nodeID,
String errCode)
setErrCode
public void setErrCode(String errCode)
toString
public String toString()
- Overrides:
toString in class HardwareException
Copyright © 2013 LSST. All Rights Reserved.