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

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.HardwareConfigurationError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeIDMismatchException

public class HardwareConfigurationError
extends HardwareError

This exception is thrown when we detect an error in the configuration of the hardware.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
HardwareConfigurationError()
           
HardwareConfigurationError(String msg)
           
HardwareConfigurationError(String msg, PieceOfHardware pieceOfHardware)
           
HardwareConfigurationError(String msg, String name)
           
 
Method Summary
 String 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

HardwareConfigurationError

public HardwareConfigurationError()

HardwareConfigurationError

public HardwareConfigurationError(String msg)

HardwareConfigurationError

public HardwareConfigurationError(String msg,
                                  String name)

HardwareConfigurationError

public HardwareConfigurationError(String msg,
                                  PieceOfHardware pieceOfHardware)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareError


Copyright © 2013 LSST. All Rights Reserved.