public class ErrElevationEtelwarning extends TsiError
TsiError.DefaultErrorPolicy| Constructor and Description |
|---|
ErrElevationEtelwarning(String err,
String det,
int lev,
String what)
Constructs a new tsi error from all its components without parsing.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAccumulateCount()
We allow five accumulations of this error within one day.
|
long |
getAccumulateSpan()
We allow five accumulations of this error within one hour.
|
long |
getResetLag()
We allow cleanse of this error, if not faster than five minutes.
|
int |
getResetMax()
The overall maximum allowed occurence for resetting this error.
|
boolean |
ignore()
On 11.2.2013, STELLA-1 developed the habit of producing
ERR_Elevation_ETELWarning|9\\|WuCONTRO LSYNCHRO\\| TEB/interrupt sync lost|4|ZD
errors. |
deprecated, equals, getComponent, getDetail, getError, getLevel, hashCode, parse, setComponent, setDetail, setError, setLevel, toStringpublic long getResetLag()
getResetLag in class TsiErrorpublic int getResetMax()
getResetMax in class TsiErrorpublic int getAccumulateCount()
getAccumulateCount in class TsiErrorpublic long getAccumulateSpan()
getAccumulateSpan in class TsiError