Package org.lsst.ccs
Class HardwareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.utilities.exc.BundledException
org.lsst.ccs.HardwareException
- All Implemented Interfaces:
Serializable,ThrowableList
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHardwareException(boolean isFatal, String s) Deprecated.HardwareException(boolean isFatal, Throwable throwable) Deprecated.HardwareException(String s, Throwable throwable, HardwareException previousThrowable) Deprecated.HardwareException(String s, HardwareException previousThrowable) Deprecated.HardwareException(Throwable throwable, HardwareException previousThrowable) Deprecated.HardwareException(HardwareException previousThrowable) Deprecated. -
Method Summary
Methods inherited from class org.lsst.ccs.utilities.exc.BundledException
current, previous, setPreviousThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
fatal
protected boolean fatalDeprecated.
-
-
Constructor Details
-
HardwareException
Deprecated. -
HardwareException
Deprecated. -
HardwareException
Deprecated. -
HardwareException
Deprecated. -
HardwareException
Deprecated. -
HardwareException
Deprecated.
-
-
Method Details
-
isFatal
public boolean isFatal()Deprecated.
-