org.lsst.ccs.subsystems.fcs.errors
Class CanOpenError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.CanOpenError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CanOpenCommunicationError, CanOpenDeviceError, CanOpenGenericError, CanOpenMotionError, CanOpenTemperatureError, CanOpenVoltageError, SDORequestError

public class CanOpenError
extends Exception

Throwned when we received an emergency message for a node.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
CanOpenError()
          Creates a new instance of CanOpenError without detail message.
CanOpenError(String msg)
          Constructs an instance of CanOpenError with the specified detail message.
CanOpenError(String msg, String nodeID, String errCode)
           
 
Method Summary
 void setErrCode(String errCode)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanOpenError

public CanOpenError()
Creates a new instance of CanOpenError without detail message.


CanOpenError

public CanOpenError(String msg)
Constructs an instance of CanOpenError with the specified detail message.

Parameters:
msg - the detail message.

CanOpenError

public CanOpenError(String msg,
                    String nodeID,
                    String errCode)
Method Detail

setErrCode

public void setErrCode(String errCode)


Copyright © 2012 LSST. All Rights Reserved.