stella.net.tpl
Class ErrAxisMechanicBlocked
java.lang.Object
stella.net.tpl.TsiError
stella.net.tpl.ErrAxisMechanicBlocked
public class ErrAxisMechanicBlocked
- extends TsiError
Ignorable error.
|
Method Summary |
int |
getAccumulateCount()
The default implementation for the maximum allowed occurence for
accumulation test on an error. |
long |
getAccumulateSpan()
The default implementation for the maximum accumulation time span for an
error of this type. |
long |
getResetLag()
We allow cleanse of this error, if noted just before |
int |
getResetMax()
The default implementation for the maximum allowed occurence for
resetting an error. |
| Methods inherited from class stella.net.tpl.TsiError |
deprecated, equals, getComponent, getDetail, getError, getLevel, hashCode, ignore, parse, setComponent, setDetail, setError, setLevel, toString |
ErrAxisMechanicBlocked
public ErrAxisMechanicBlocked(String err,
String det,
int lev,
String what)
- Constructs a new tsi error from all its components without parsing.
getResetLag
public long getResetLag()
- We allow cleanse of this error, if noted just before
- Overrides:
getResetLag in class TsiError
getResetMax
public int getResetMax()
- The default implementation for the maximum allowed occurence for
resetting an error. This is done by checking the system property
TsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.
- Overrides:
getResetMax in class TsiError
getAccumulateCount
public int getAccumulateCount()
- Description copied from class:
TsiError
- The default implementation for the maximum allowed occurence for
accumulation test on an error. This is done by checking the system
property
TsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.
- Overrides:
getAccumulateCount in class TsiError
getAccumulateSpan
public long getAccumulateSpan()
- Description copied from class:
TsiError
- The default implementation for the maximum accumulation time span for an
error of this type. This is done by checking the system property
TsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.
- Overrides:
getAccumulateSpan in class TsiError