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

4
3
<refentry xml:id="exception.getfile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::getFile</refname>
7
-
<refpurpose>Gets the file in which the exception occurred</refpurpose>
6
+
<refpurpose>Gets the file in which the exception was created</refpurpose>
8
7
</refnamediv>
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::getFile</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-
Get the name of the file the exception was created.
16
+
Get the name of the file in which the exception was created.
18
17
</para>
19
18
</refsect1>
20
19
...
...
@@ -65,7 +64,6 @@ try {
65
64
</para>
66
65
</refsect1>
67
66
</refentry>
68
-
69
67
<!-- Keep this comment at the end of the file
70
68
Local variables:
71
69
mode: sgml
...
...
@@ -86,4 +84,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
86
84
vim: et tw=78 syn=sgml
87
85
vi: ts=1 sw=1
88
86
-->
89
-

90
87