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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.HardwareError
              extended by org.lsst.ccs.subsystems.fcs.errors.CanOpenError
                  extended by org.lsst.ccs.subsystems.fcs.errors.CanOpenVoltageError
All Implemented Interfaces:
Serializable

public class CanOpenVoltageError
extends CanOpenError

Author:
virieux
See Also:
Serialized Form

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

Constructor Detail

CanOpenVoltageError

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


CanOpenVoltageError

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

Parameters:
msg - the detail message.

CanOpenVoltageError

public CanOpenVoltageError(String msg,
                           String nodeID,
                           String errCode)


Copyright © 2013 LSST. All Rights Reserved.