Class TryCatchWrapper
- java.lang.Object
-
- de.codecentric.reedelk.runtime.component.TryCatch
-
- de.codecentric.reedelk.platform.component.trycatch.TryCatchWrapper
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.component.Component,de.codecentric.reedelk.runtime.api.component.Implementor
public class TryCatchWrapper extends de.codecentric.reedelk.runtime.component.TryCatch
-
-
Constructor Summary
Constructors Constructor Description TryCatchWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionNodegetFirstCatchNode()ExecutionNodegetFirstTryNode()ExecutionNodegetStopNode()voidsetFirstCatchNode(ExecutionNode firstCatchNode)voidsetFirstTryNode(ExecutionNode firstTryNode)voidsetStopNode(ExecutionNode stopNode)
-
-
-
Method Detail
-
getFirstTryNode
public ExecutionNode getFirstTryNode()
-
setFirstTryNode
public void setFirstTryNode(ExecutionNode firstTryNode)
-
getFirstCatchNode
public ExecutionNode getFirstCatchNode()
-
setFirstCatchNode
public void setFirstCatchNode(ExecutionNode firstCatchNode)
-
getStopNode
public ExecutionNode getStopNode()
-
setStopNode
public void setStopNode(ExecutionNode stopNode)
-
-