ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0007721Part 01: TTCN-3 Core LanguageNew Featurepublic25-10-2017 10:5304-01-2019 16:38
Tomas Urban 
Gyorgy Rethy 
normalminorhave not tried
closedfixed 
v4.9.1 (published 2017-05) 
4.11.1 (published 2019-05)4.11.1 (published 2019-05) 
22.3.6
STF 533
0007721: Possibility to catch any exception of a specified signature
The catch operation can either catch a specific exception of a referenced signature or any exception of any signature. However, it would be useful to have a third option: to catch any exception of a specified signature. In order to do that, the currently mandatory template instance part in the operation parameter section should be changed into optional:

( Port | any port | any from PortArrayRef ) "." catch
[ "(" ( Signature "," TemplateInstance ) | TimeoutKeyword ")" ]

->

( Port | any port | any from PortArrayRef ) "." catch
[ "(" ( Signature [ "," TemplateInstance ] ) | TimeoutKeyword ")" ]

If accepted, the TCI section has to be updated as well (especially the XML mapping)
No tags attached.
related to 0007809closed Tomas Urban Part 06: TTCN-3 Control Interface TLI: Possibility to catch any exception of a specified signature 
docx CR7721.docx (174,633) 11-10-2018 16:14
http://oldforge.etsi.org/mantis/file_download.php?file_id=3806&type=bug
Issue History
25-10-2017 10:53Tomas UrbanNew Issue
27-10-2017 09:20Jens GrabowskiNote Added: 0014904
27-10-2017 09:20Jens GrabowskiAssigned To => Jens Grabowski
27-10-2017 09:20Jens GrabowskiStatusnew => assigned
05-01-2018 13:28Gyorgy RethyTarget Version => 4.11.1 (published 2019-05)
11-10-2018 15:14Jens GrabowskiAssigned ToJens Grabowski => Jacob Wieland - Spirent
11-10-2018 15:30Jacob Wieland - SpirentRelationship addedrelated to 0007809
11-10-2018 16:14Jacob Wieland - SpirentFile Added: CR7721.docx
11-10-2018 16:31Jacob Wieland - SpirentNote Added: 0015260
11-10-2018 16:31Jacob Wieland - SpirentAssigned ToJacob Wieland - Spirent => Tomas Urban
11-10-2018 16:31Jacob Wieland - SpirentStatusassigned => confirmed
12-10-2018 08:18Tomas UrbanNote Added: 0015265
12-10-2018 08:18Tomas UrbanStatusconfirmed => resolved
12-10-2018 08:18Tomas UrbanResolutionopen => fixed
12-10-2018 08:18Tomas UrbanAssigned ToTomas Urban => Gyorgy Rethy
04-01-2019 16:38Gyorgy RethyNote Added: 0015298
04-01-2019 16:38Gyorgy RethyStatusresolved => closed
04-01-2019 16:38Gyorgy RethyFixed in Version => 4.11.1 (published 2019-05)

Notes
(0014904)
Jens Grabowski   
27-10-2017 09:20   
STF decision: Postponed to 2018 maintenance STF.
(0015260)
Jacob Wieland - Spirent   
11-10-2018 16:31   
I have made a proposal for the changes in Part 1. Please Review
(0015265)
Tomas Urban   
12-10-2018 08:18   
Reviewed. No issues found. Can be added to the next version of the core language specification.
(0015298)
Gyorgy Rethy   
04-01-2019 16:38   
Added to draft V4.10.2