|
| statements - UML-Dokumentation |
statements
KlasseExceptionHandler
This class represents handlings of exceptions. A typical exception handling consists of a guarded block, also known as try block, and several catch blocks. An optional finally block can be contained.
| Attribute |
| <Class> CatchBlock | catchBlocks |
This property represents a list of the catch blocks of this exception handler.
|
| <Class> BlockStatement | finallyBlock |
This property represents a reference to the finally block of this exception handler. If there is no finally block then this property will be "null".
|
| <Class> BlockStatement | guardedBlock |
This property represents a reference to the block statement which is guarded by this exception handler.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | ExceptionHandler |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::ExceptionHandler |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
catchBlocks
Public <Class> CatchBlock catchBlocks
-
This property represents a list of the catch blocks of this exception handler.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_catchBlocks_exceptionHandler |
| Association End | |
| Class | <Class> ExceptionHandler |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1..* |
| Name | catchBlocks |
| Name Expression | |
| Namespace | <Class> ExceptionHandler |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ExceptionHandler |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::ExceptionHandler::catchBlocks |
| Stereotype | |
| Template Parameter | |
| Type | <Class> CatchBlock |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
finallyBlock
Public <Class> BlockStatement finallyBlock
-
This property represents a reference to the finally block of this exception handler. If there is no finally block then this property will be "null".
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_finallyBlock_exceptionHandler |
| Association End | |
| Class | <Class> ExceptionHandler |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | 0..1 |
| Name | finallyBlock |
| Name Expression | |
| Namespace | <Class> ExceptionHandler |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ExceptionHandler |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::ExceptionHandler::finallyBlock |
| Stereotype | |
| Template Parameter | |
| Type | <Class> BlockStatement |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
guardedBlock
Public <Class> BlockStatement guardedBlock
-
This property represents a reference to the block statement which is guarded by this exception handler.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_guardedBlock_exceptionHandler |
| Association End | |
| Class | <Class> ExceptionHandler |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1 |
| Name | guardedBlock |
| Name Expression | |
| Namespace | <Class> ExceptionHandler |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ExceptionHandler |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::ExceptionHandler::guardedBlock |
| Stereotype | |
| Template Parameter | |
| Type | <Class> BlockStatement |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
|
| statements - UML-Dokumentation |