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
-
Fields inherited from class edu.sc.seis.sod.process.waveform.ResultWrapper
subprocess
-
-
Constructor Summary
Constructors Constructor Description RetryAndFail(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
protected WaveformResult
wrapResult(WaveformResult result)
-
Methods inherited from class edu.sc.seis.sod.process.waveform.RetryAndContinue
accept
-
-
-
-
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 classRetryAndContinue
-
toString
public java.lang.String toString()
- Overrides:
toString
in classRetryAndContinue
-
-