-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
781 additions
and
90 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<diagram program="umlet" version="15.1"> | ||
<zoom_level>10</zoom_level> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>310</x> | ||
<y>100</y> | ||
<w>440</w> | ||
<h>130</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
public void method2() throws Exception { | ||
|
||
if (some error occors) { | ||
|
||
throw new Exception( "with some message and other info"); | ||
} | ||
} | ||
|
||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>30</x> | ||
<y>80</y> | ||
<w>250</w> | ||
<h>250</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
public void method1(){ | ||
try { | ||
method2(); | ||
|
||
* } catch( Exception ex ){* | ||
|
||
// Process exception ex; | ||
|
||
* } finally {* | ||
|
||
// do some cleanup | ||
// will allways be executed | ||
} | ||
|
||
} | ||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>470</x> | ||
<y>100</y> | ||
<w>130</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=green | ||
|
||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>320</x> | ||
<y>170</y> | ||
<w>160</w> | ||
<h>20</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=pink | ||
|
||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>230</x> | ||
<y>40</y> | ||
<w>140</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>bg=yellow | ||
catch exception</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>210</x> | ||
<y>60</y> | ||
<w>70</w> | ||
<h>100</h> | ||
</coordinates> | ||
<panel_attributes>lt=<-</panel_attributes> | ||
<additional_attributes>10.0;80.0;50.0;10.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>440</x> | ||
<y>250</y> | ||
<w>140</w> | ||
<h>40</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=pink | ||
throw exception</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>560</x> | ||
<y>50</y> | ||
<w>150</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=green | ||
declare exception</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>520</x> | ||
<y>50</y> | ||
<w>60</w> | ||
<h>70</h> | ||
</coordinates> | ||
<panel_attributes>lt=<-</panel_attributes> | ||
<additional_attributes>10.0;50.0;40.0;10.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>410</x> | ||
<y>180</y> | ||
<w>50</w> | ||
<h>100</h> | ||
</coordinates> | ||
<panel_attributes>lt=<- | ||
bg=yellow</panel_attributes> | ||
<additional_attributes>10.0;10.0;30.0;80.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>40</x> | ||
<y>140</y> | ||
<w>200</w> | ||
<h>70</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=yellow | ||
|
||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>40</x> | ||
<y>210</y> | ||
<w>200</w> | ||
<h>90</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=cyan | ||
|
||
|
||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>300</x> | ||
<y>300</y> | ||
<w>170</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>halign=left | ||
lt=. | ||
bg=cyan | ||
optional finally block</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>230</x> | ||
<y>260</y> | ||
<w>90</w> | ||
<h>70</h> | ||
</coordinates> | ||
<panel_attributes>lt=<- | ||
bg=yellow</panel_attributes> | ||
<additional_attributes>10.0;10.0;70.0;50.0</additional_attributes> | ||
</element> | ||
</diagram> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters