Interface ExceptionType
- All Superinterfaces:
ScenarioNode
Exception type of flow scenario.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets class which represents exception type.Get exceptional flow steps of exception type.Gets exception type handler.Gets input pin of exception type.Gets exception type parent flow step.Gets structured node which represents this exception type.Methods inherited from interface com.nomagic.magicdraw.usecasescenarios.scenarios.ScenarioNode
belongsToIncludedExtending, getElement, getEnd, getHumanType, getName, getParent, getParentContainer, getStart, isEditable, setName
-
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
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.
-