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

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

public class ErrorInBootingHardwareProcess
extends Exception

Author:
virieux
See Also:
Serialized Form

Field Summary
 CanOpenProxy proxy
           
 
Constructor Summary
ErrorInBootingHardwareProcess(CanOpenProxy aProxy)
           
ErrorInBootingHardwareProcess(CanOpenProxy aProxy, long aBootingTime, String aString)
           
 
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
 

Field Detail

proxy

public final CanOpenProxy proxy
Constructor Detail

ErrorInBootingHardwareProcess

public ErrorInBootingHardwareProcess(CanOpenProxy aProxy)

ErrorInBootingHardwareProcess

public ErrorInBootingHardwareProcess(CanOpenProxy aProxy,
                                     long aBootingTime,
                                     String aString)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.