Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     Is it possible to represent exception handling in astah sequence diagram?

Flat Previous Topic | Next Topic
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.
Flat Previous Topic | Next Topic

Subject Poster Date
 » Is it possible to represent exception handling in astah sequence diagram? rpeter 2013/9/25 21:47
     Re: Is it possible to represent exception handling in astah sequence diagram? Joba 2013/9/28 6:41