language/predefined/generator/throw.xml
8fee3ae9715ffa15922469eb7d98f4878917a6ee
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="generator.throw" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Generator::throw</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Generator">
13
12
<modifier>public</modifier> <type>mixed</type><methodname>Generator::throw</methodname>
14
-
<methodparam><type>Exception</type><parameter>exception</parameter></methodparam>
13
+
<methodparam><type>Throwable</type><parameter>exception</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Throws an exception into the generator and resumes execution of the generator.
...
...
@@ -81,7 +80,6 @@ Bar
81
80
</para>
82
81
</refsect1>
83
82
</refentry>
84
-

85
83
<!-- Keep this comment at the end of the file
86
84
Local variables:
87
85
mode: sgml
88
86