Package edu.sc.seis.sod.process.waveform
Class RetryAndFail
java.lang.Object
edu.sc.seis.sod.process.waveform.ResultWrapper
edu.sc.seis.sod.process.waveform.RetryAndContinue
edu.sc.seis.sod.process.waveform.RetryAndFail
- All Implemented Interfaces:
WaveformProcess
,SodElement
,Subsetter
public class RetryAndFail extends RetryAndContinue
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RetryAndFail(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
protected WaveformResult
wrapResult(WaveformResult result)
-
Constructor Details
-
RetryAndFail
- Throws:
ConfigurationException
-
-
Method Details
-
wrapResult
- Overrides:
wrapResult
in classRetryAndContinue
-
toString
public java.lang.String toString()- Overrides:
toString
in classRetryAndContinue
-