Interface ExceptionType

All Superinterfaces:
ScenarioNode

@OpenApiAll public interface ExceptionType extends ScenarioNode
Exception type of flow scenario.
See Also:
  • Method Details

    • getStructuredActivityNode

      StructuredActivityNode getStructuredActivityNode()
      Gets structured node which represents this exception type.
      Returns:
      structured node which represents this exception type.
    • getInputPin

      InputPin getInputPin()
      Gets input pin of exception type.
      Returns:
      input pin of exception type.
    • getParentFlowStep

      FlowStep getParentFlowStep()
      Gets exception type parent flow step.
      Returns:
      exception type parent flow step.
    • getExceptionalFlowSteps

      List<FlowStep> getExceptionalFlowSteps()
      Get exceptional flow steps of exception type.
      Returns:
      exceptional flow steps of exception type.
    • getClazz

      Class getClazz()
      Gets class which represents exception type.
      Returns:
      class which represents exception type.
    • getExceptionHandler

      ExceptionHandler getExceptionHandler()
      Gets exception type handler.
      Returns:
      exception type handler.