Forum Index - Topic Index How to use of Astah (Pro/SysML/GSN/Com) Is it possible to represent exception handling in astah sequence diagram? |
Threaded | Newest First | Previous Topic | Next Topic | Bottom |
Poster | Thread |
---|---|
rpeter | Posted on: 2013/9/25 21:47 |
Just popping in Joined: 2013/9/25 From: Posts: 1 |
Is it possible to represent exception handling in astah sequence diagram? Hi,
I am evaluating Astah for various UML diagrams. At the present I am trying to plot a sequence diagram which has a condition like this: try{ String constantRecord = recordConvertor.convert(record); list1.add(constantRecord ); }catch(RecordFormatException e){ list2.add(record); }catch(RecordTransformException e){ list3.add(record); } Is it possible to represent something like this in a sequence diagram. I am not sure how to use CombinedFragment for the same. Richards. |
Joba | Posted on: 2013/9/28 6:41 |
Developer Joined: 2006/6/6 From: Posts: 969 |
Re: Is it possible to represent exception handling in astah sequence diagram? Hello Richards,
Thank you for evaluating Astah! I'm afraid that currently Astah doesn't offer the way to represent that. Please use Note to represent that so. We'll refer to the last OMG specification and see what we can do in the future. Thank you. Best regards, Satomi |
Threaded | Newest First | Previous Topic | Next Topic | Top |