stella.net.tpl
Class ErrAxisMechanicBlocked

java.lang.Object
  extended by stella.net.tpl.TsiError
      extended by stella.net.tpl.ErrAxisMechanicBlocked

public class ErrAxisMechanicBlocked
extends TsiError

Ignorable error.


Nested Class Summary
 
Nested classes/interfaces inherited from class stella.net.tpl.TsiError
TsiError.DefaultErrorPolicy
 
Field Summary
 
Fields inherited from class stella.net.tpl.TsiError
COLON, COMMA, ERROR, INFO, PANIC, PIPE, SEMICOLON, TSI_ERROR_POLICY, WARNING
 
Constructor Summary
ErrAxisMechanicBlocked(String err, String det, int lev, String what)
          Constructs a new tsi error from all its components without parsing.
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrAxisMechanicBlocked

public ErrAxisMechanicBlocked(String err,
                              String det,
                              int lev,
                              String what)
Constructs a new tsi error from all its components without parsing.

Method Detail

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