@OpenApiAll public interface ExceptionType extends ScenarioNode
ScenarioManager
,
ScenarioFactory
,
Scenario
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Gets class which represents exception type.
|
java.util.List<FlowStep> |
getExceptionalFlowSteps()
Get exceptional flow steps of exception type.
|
ExceptionHandler |
getExceptionHandler()
Gets exception type handler.
|
InputPin |
getInputPin()
Gets input pin of exception type.
|
FlowStep |
getParentFlowStep()
Gets exception type parent flow step.
|
StructuredActivityNode |
getStructuredActivityNode()
Gets structured node which represents this exception type.
|
belongsToIncludedExtending, getElement, getEnd, getHumanType, getName, getParent, getParentContainer, getStart, isEditable, setName
StructuredActivityNode getStructuredActivityNode()
InputPin getInputPin()
FlowStep getParentFlowStep()
java.util.List<FlowStep> getExceptionalFlowSteps()
Class getClazz()
ExceptionHandler getExceptionHandler()