Package org.lsst.ccs

Class HardwareException

All Implemented Interfaces:
Serializable, ThrowableList

@Deprecated public class HardwareException extends BundledException
Deprecated.
This exception is only used by doorman and motorplatform subsystems. It should not be used any longer.
base class ofr Hardware Exception. The principle is that these are "gathered" before being fired by the system. (e.g. the system gathers all possible HardwareException before throwing the whole bunch : these are BundledExceptions
Author:
bamade
See Also:
  • Field Details

    • fatal

      protected boolean fatal
      Deprecated.
  • Constructor Details

    • HardwareException

      public HardwareException(HardwareException previousThrowable)
      Deprecated.
    • HardwareException

      public HardwareException(String s, HardwareException previousThrowable)
      Deprecated.
    • HardwareException

      public HardwareException(String s, Throwable throwable, HardwareException previousThrowable)
      Deprecated.
    • HardwareException

      public HardwareException(Throwable throwable, HardwareException previousThrowable)
      Deprecated.
    • HardwareException

      public HardwareException(boolean isFatal, String s)
      Deprecated.
    • HardwareException

      public HardwareException(boolean isFatal, Throwable throwable)
      Deprecated.
  • Method Details

    • isFatal

      public boolean isFatal()
      Deprecated.