edu.sc.seis.sod.process.waveform
Class RetryAndFail

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.ResultWrapper
      extended by edu.sc.seis.sod.process.waveform.RetryAndContinue
          extended by edu.sc.seis.sod.process.waveform.RetryAndFail
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter

public class RetryAndFail
extends RetryAndContinue


Field Summary
 
Fields inherited from class edu.sc.seis.sod.process.waveform.ResultWrapper
subprocess
 
Constructor Summary
RetryAndFail(org.w3c.dom.Element config)
           
 
Method Summary
 java.lang.String toString()
           
protected  WaveformResult wrapResult(WaveformResult result)
           
 
Methods inherited from class edu.sc.seis.sod.process.waveform.RetryAndContinue
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryAndFail

public RetryAndFail(org.w3c.dom.Element config)
             throws ConfigurationException
Throws:
ConfigurationException
Method Detail

wrapResult

protected WaveformResult wrapResult(WaveformResult result)
Overrides:
wrapResult in class RetryAndContinue

toString

public java.lang.String toString()
Overrides:
toString in class RetryAndContinue