XCSG:TryBlock

From AtlasWiki
Revision as of 15:31, 27 October 2015 by Dgriffen (Talk | contribs) (Created page with "==Specification== {{Node | extends = ControlFlowBlock | description = Represents a block of code in which exceptions may occur that can be caught, and/or a block of code consu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specification

Metaclass TryBlock
Extends ControlFlowBlock
Description Represents a block of code in which exceptions may occur that can be caught, and/or a block of code consuming resources that must be closed even if an exception occurs.
All Superkinds ControlFlowBlock, Node, ModelElement
Known Possible In Edges

Inherited From In Edge Predecessor Multiplicity Description
Node Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges

Inherited From Out Edge Successor Multiplicity Description
Node Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.