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

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.ClampsOrLatchesDisagreeException
All Implemented Interfaces:
Serializable

public class ClampsOrLatchesDisagreeException
extends HardwareException

Author:
virieux
See Also:
Serialized Form

Constructor Summary
ClampsOrLatchesDisagreeException()
           
ClampsOrLatchesDisagreeException(String msg)
           
ClampsOrLatchesDisagreeException(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

ClampsOrLatchesDisagreeException

public ClampsOrLatchesDisagreeException()

ClampsOrLatchesDisagreeException

public ClampsOrLatchesDisagreeException(String msg,
                                        String name)

ClampsOrLatchesDisagreeException

public ClampsOrLatchesDisagreeException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareException


Copyright © 2013 LSST. All Rights Reserved.