public interface AlertRaiser
extends org.lsst.ccs.UsesSubsystem
| Modifier and Type | Method and Description |
|---|---|
default void |
raiseAlarm(String fcsErrorID,
String message) |
default void |
raiseAlarm(String fcsErrorID,
String message,
Exception ex) |
default void |
raiseAlarm(String fcsErrorID,
String message,
String cause) |
default void |
raiseWarning(String fcsErrorID,
String message) |
default void |
raiseWarning(String fcsErrorID,
String message,
Exception ex) |
default void |
raiseWarning(String fcsErrorID,
String message,
String cause) |
Copyright © 2016 LSST. All rights reserved.