Package com.xmlcalabash.runtime.steps
Class TryCatchStep
-
- All Implemented Interfaces:
-
com.xmlcalabash.runtime.steps.Consumer
public class TryCatchStep extends GroupStep
-
-
Field Summary
Fields Modifier and Type Field Description private final RuntimeStepParameters
params
private final Set<String>
inputPorts
private final Duration
stepTimeout
private final Boolean
readyToRun
private final String
_id
private final String
id
private final Location
location
private final Map<String, Integer>
inputCount
private final Map<String, Integer>
outputCount
private final Map<QName, StaticOptionDetails>
staticOptions
private final Verbosity
verbosity
private Boolean
aborted
private final XProcStepConfiguration
stepConfig
private final QName
type
private final String
name
-
Constructor Summary
Constructors Constructor Description TryCatchStep(XProcStepConfiguration yconfig, CompoundStepModel compound)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.xmlcalabash.runtime.steps.CompoundStep
abort, close, getInputPorts, getParams, getReadyToRun, getStepTimeout, input, instantiate, output, prepare, reset, runStepsExhaustively, toString
-
Methods inherited from class com.xmlcalabash.runtime.steps.AbstractStep
defaultBindingDocuments, getAborted, getId, getInputCount, getLocation, getName, getOutputCount, getStaticOptions, getStepConfig, getType, getVerbosity, get_id, runStep, setAborted
-
Methods inherited from class com.xmlcalabash.runtime.steps.GroupStep
run
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TryCatchStep
TryCatchStep(XProcStepConfiguration yconfig, CompoundStepModel compound)
-
-
-
-