File tree 3 files changed +80
-4
lines changed
3 files changed +80
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: b2332afcd09ceceed83d1e82ad94d7734012bd6f Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: b35a2269ff83dde1436a407952b08f78dbe39ead Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" intldateformatter.create" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >IntlDateFormatter::create</refname >
142
142
</para >
143
143
</refsect1 >
144
144
145
+ <refsect1 role =" errors" >
146
+ &reftitle.errors;
147
+ <simpara >
148
+ <parameter >locale</parameter > が不正な場合、
149
+ <exceptionname >ValueError</exceptionname > をスローします。
150
+ </simpara >
151
+ </refsect1 >
152
+
145
153
<refsect1 role =" changelog" >
146
154
&reftitle.changelog;
147
155
<para >
154
162
</row >
155
163
</thead >
156
164
<tbody >
165
+ <row >
166
+ <entry >8.4.0</entry >
167
+ <entry >
168
+ <simpara >
169
+ <parameter >locale</parameter > が不正な場合、
170
+ <exceptionname >ValueError</exceptionname > をスローするように
171
+ なりました。
172
+ </simpara >
173
+ </entry >
174
+ </row >
157
175
<row >
158
176
<entry >8.1.0</entry >
159
177
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: b35a2269ff83dde1436a407952b08f78dbe39ead Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" numberformatter.create" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >NumberFormatter::create</refname >
94
94
</para >
95
95
</refsect1 >
96
96
97
+ <refsect1 role =" errors" >
98
+ &reftitle.errors;
99
+ <simpara >
100
+ <parameter >locale</parameter > が不正な場合、
101
+ <exceptionname >ValueError</exceptionname > をスローします。
102
+ </simpara >
103
+ </refsect1 >
104
+
97
105
<refsect1 role =" changelog" >
98
106
&reftitle.changelog;
99
107
<informaltable >
105
113
</row >
106
114
</thead >
107
115
<tbody >
116
+ <row >
117
+ <entry >8.4.0</entry >
118
+ <entry >
119
+ <simpara >
120
+ <parameter >locale</parameter > が不正な場合、
121
+ <exceptionname >ValueError</exceptionname > をスローするように
122
+ なりました。
123
+ </simpara >
124
+ </entry >
125
+ </row >
108
126
<row >
109
127
<entry >8.0.0</entry >
110
128
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: b35a2269ff83dde1436a407952b08f78dbe39ead Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<refentry xml : id =" resourcebundle.get" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
66
66
</para >
67
67
</refsect1 >
68
68
69
-
70
69
<refsect1 role =" returnvalues" >
71
70
&reftitle.returnvalues;
72
71
<para >
77
76
</para >
78
77
</refsect1 >
79
78
79
+ <refsect1 role =" errors" >
80
+ &reftitle.errors;
81
+ <simpara >
82
+ オフセットの型が不正な場合、<exceptionname >TypeError</exceptionname > を
83
+ スローします。
84
+ </simpara >
85
+ <simpara >
86
+ <parameter >index</parameter > が <type >string</type > で空文字列の場合や、
87
+ <type >int</type > で 32 ビット整数に収まらない場合、
88
+ <exceptionname >ValueError</exceptionname > をスローします。
89
+ </simpara >
90
+ </refsect1 >
91
+
92
+ <refsect1 role =" changelog" >
93
+ &reftitle.changelog;
94
+ <informaltable >
95
+ <tgroup cols =" 2" >
96
+ <thead >
97
+ <row >
98
+ <entry >&Version; </entry >
99
+ <entry >&Description; </entry >
100
+ </row >
101
+ </thead >
102
+ <tbody >
103
+ <row >
104
+ <entry >8.4.0</entry >
105
+ <entry >
106
+ <simpara >
107
+ オフセットの型が不正な場合、<exceptionname >TypeError</exceptionname >
108
+ をスローするようになりました。
109
+ <parameter >index</parameter > が <type >string</type > で空文字列の場合や、
110
+ <type >int</type > で 32 ビット整数に収まらない場合、
111
+ <exceptionname >ValueError</exceptionname > をスローするようになりました。
112
+ </simpara >
113
+ </entry >
114
+ </row >
115
+ </tbody >
116
+ </tgroup >
117
+ </informaltable >
118
+ </refsect1 >
119
+
80
120
<refsect1 role =" examples" >
81
121
&reftitle.examples;
82
122
<example >
You can’t perform that action at this time.
0 commit comments