public class ErrAzimuthEtelerror extends TsiError
TsiError.DefaultErrorPolicy| Constructor and Description |
|---|
ErrAzimuthEtelerror(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 three accumulations of this error within one day.
|
long |
getAccumulateSpan()
We allow three accumulations of this error within one day.
|
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.
|
deprecated, equals, getComponent, getDetail, getError, getLevel, hashCode, ignore, 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