1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.26.3 (20100126.1600)
-->
<!-- Title: inheritance Pages: 1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="374px" height="40px" viewBox="0.00 0.00 414.00 44.00">
<g id="graph1" class="graph" transform="rotate(0) translate(4 40)">
<title>inheritance</title>
<!-- e1 -->
<g id="node1" class="node"><title>e1</title>
<a>
<polygon fill="white" stroke="black" points="115,-36 1,-36 1,-1.77636e-14 115,-3.55271e-15 115,-36"/>
<text text-anchor="middle" x="58" y="-14.4" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">exception</text>
</a>
</g>
<!-- e2 -->
<g id="node2" class="node"><title>e2</title>
<a>
<polygon fill="white" stroke="black" points="260,-36 146,-36 146,-1.77636e-14 260,-3.55271e-15 260,-36"/>
<text text-anchor="middle" x="203" y="-14.4" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">logic_error</text>
</a>
</g>
<!-- e2->e1 -->
<g id="edge2" class="edge"><title>e2->e1</title>
<path fill="none" stroke="black" d="M145.276,-18C140.532,-18 135.7,-18 130.867,-18"/>
<polygon fill="none" stroke="black" points="130.526,-12.7501 115.526,-18 130.526,-23.2501 130.526,-12.7501"/>
</g>
<!-- e3 -->
<g id="node3" class="node"><title>e3</title>
<a>
<polygon fill="lightgrey" stroke="black" points="405,-36 291,-36 291,-1.77636e-14 405,-3.55271e-15 405,-36"/>
<text text-anchor="middle" x="348" y="-14.4" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">future_error</text>
</a>
</g>
<!-- e3->e2 -->
<g id="edge4" class="edge"><title>e3->e2</title>
<path fill="none" stroke="black" d="M290.276,-18C285.532,-18 280.7,-18 275.867,-18"/>
<polygon fill="none" stroke="black" points="275.526,-12.7501 260.526,-18 275.526,-23.2501 275.526,-12.7501"/>
</g>
</g>
</svg>
|