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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.HardwareException
              extended by org.lsst.ccs.subsystems.fcs.errors.HardwareConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeIDMismatchException

public class HardwareConfigurationException
extends HardwareException

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

Author:
virieux
See Also:
Serialized Form

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

HardwareConfigurationException

public HardwareConfigurationException()

HardwareConfigurationException

public HardwareConfigurationException(String msg)

HardwareConfigurationException

public HardwareConfigurationException(String msg,
                                      String name)

HardwareConfigurationException

public HardwareConfigurationException(String msg,
                                      PieceOfHardware pieceOfHardware)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareException


Copyright © 2013 LSST. All Rights Reserved.