Uses of Class
stella.AbstractErrorFinalizer

Packages that use AbstractErrorFinalizer
stella   
stella.error   
stella.xml   
 

Uses of AbstractErrorFinalizer in stella
 

Subclasses of AbstractErrorFinalizer in stella
protected  class MasterErrorHandler.NoneErrorFinalizer
          A default finalizer class for ErrorEvent.NONE follow-ups.
 

Uses of AbstractErrorFinalizer in stella.error
 

Subclasses of AbstractErrorFinalizer in stella.error
 class GoodWeatherFinalizer
          Handles the ErrorEvent.RESEND_COMMAND follow-up.
 class LostGuidingFinalizer
          Handles the ErrorEvent.STOP_TIME follow-up.
 class MailFinalizer
          Handles error-notification by e-mail.
 class RegainedGuidingFinalizer
          Handles the ErrorEvent.CONT_TIME follow-up.
 class ResendCommandFinalizer
          Handles the ErrorEvent.RESEND_COMMAND follow-up.
 class ResetFinalizer
          This finalizer replaces a pure XMLErrorFinalizer for errors that are allowed to occur at a certain frequency, but are then replaced by an alternate sequence.
 class WakeFinalizer
          Handles the errors that should simply wake the master mind, like good weather.
 

Uses of AbstractErrorFinalizer in stella.xml
 

Subclasses of AbstractErrorFinalizer in stella.xml
 class SequenceErrorFinalizer
          A simple error finalizer acting directly on the XMLSequencer.
 class XMLErrorFinalizer
          A simple error finalizer acting directly on the XMLSequencer.