language/predefined/exception/gettraceasstring.xml
09c49da6f0167fcdfe53a76e3ea28ecfc0eb337b
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="exception.gettraceasstring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::getTraceAsString</refname>
...
...
@@ -9,9 +8,9 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Exception">
13
12
<modifier>final</modifier> <modifier>public</modifier> <type>string</type><methodname>Exception::getTraceAsString</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the Exception stack trace as a string.
...
...
@@ -70,7 +69,6 @@ try {
70
69
</para>
71
70
</refsect1>
72
71
</refentry>
73
-
74
72
<!-- Keep this comment at the end of the file
75
73
Local variables:
76
74
mode: sgml
...
...
@@ -91,4 +89,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
91
89
vim: et tw=78 syn=sgml
92
90
vi: ts=1 sw=1
93
91
-->
94
-

95
92